class MAGES::ComponentLibrary::Label::Data¶
Overview¶
The data for the label. More…
class Data: public MAGES::PropertyCollection { public: // properties OverridableProperty<Theme.FontData> Font; OverridablePropertyPadding; Theme.FontData ResolvedFont; Vector4 ResolvedPadding; Vector2 Pivot; };
Inherited Members¶
public: // properties object this[string field]; // methods PropertyCollection();
Detailed Documentation¶
The data for the label.
Properties¶
OverridableProperty<Theme.FontData> Font
Gets the font.
OverridablePropertyPadding
Gets the padding.
Theme.FontData ResolvedFont
Gets the resolved font.
Vector4 ResolvedPadding
Gets the resolved padding.
Vector2 Pivot
Gets or sets the pivot of the label.