class MAGES::TagLabel::Data¶
Overview¶
Data for TagLabel. More…
class Data: public MAGES::PropertyCollection { public: // properties Theme.FontData ResolvedFont; OverridableProperty<Theme.FontData> Font; };
Inherited Members¶
public: // properties object this[string field]; // methods PropertyCollection();
Detailed Documentation¶
Data for TagLabel.
Properties¶
Theme.FontData ResolvedFont
Gets the resolved font.
OverridableProperty<Theme.FontData> Font
Gets the font.