Class TScreenFontStyleNodeHelper
Unit
X3DNodes
Declaration
type TScreenFontStyleNodeHelper = class helper(TObject) for TScreenFontStyleNode
Description
Hierarchy
- TObject
- TScreenFontStyleNodeHelper
Overview
Properties
 |
property Horizontal: boolean read GetHorizontal write SetHorizontal; |
 |
property Language: string read GetLanguage write SetLanguage; |
 |
property LeftToRight: boolean read GetLeftToRight write SetLeftToRight; |
 |
property PointSize: Single read GetPointSize write SetPointSize; |
 |
property Spacing: Single read GetSpacing write SetSpacing; |
 |
property TopToBottom: boolean read GetTopToBottom write SetTopToBottom; |
Description
Properties
 |
property Horizontal: boolean read GetHorizontal write SetHorizontal; |
|
 |
property Language: string read GetLanguage write SetLanguage; |
|
 |
property LeftToRight: boolean read GetLeftToRight write SetLeftToRight; |
|
 |
property PointSize: Single read GetPointSize write SetPointSize; |
|
 |
property Spacing: Single read GetSpacing write SetSpacing; |
|
 |
property TopToBottom: boolean read GetTopToBottom write SetTopToBottom; |
|
Generated by PasDoc 0.14.0.
|