| ThemeStyleAttributes Property |
Gets the attributes that have been defined for this style.
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public NamedObjectCollection<ThemeAttribute> Attributes { get; }
Public ReadOnly Property Attributes As NamedObjectCollection(Of ThemeAttribute)
Get
public:
property NamedObjectCollection<ThemeAttribute^>^ Attributes {
NamedObjectCollection<ThemeAttribute^>^ get ();
}
member Attributes : NamedObjectCollection<ThemeAttribute> with get
Property Value
Type:
NamedObjectCollectionThemeAttributeThe attributes.
See Also