Class TFontStyleNodeHelper
Unit
X3DNodes
Declaration
type TFontStyleNodeHelper = class helper(TObject) for TFontStyleNode
Description
Hierarchy
- TObject
- TFontStyleNodeHelper
Overview
Properties
 |
property Horizontal: boolean read GetHorizontal write SetHorizontal; |
 |
property Language: string read GetLanguage write SetLanguage; |
 |
property LeftToRight: boolean read GetLeftToRight write SetLeftToRight; |
 |
property Size: Single read GetSize write SetSize; |
 |
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 Size: Single read GetSize write SetSize; |
|
 |
property Spacing: Single read GetSpacing write SetSpacing; |
|
 |
property TopToBottom: boolean read GetTopToBottom write SetTopToBottom; |
|
Generated by PasDoc 0.14.0.
|