Gets or sets the style from which this style inherits settings.
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.1.0.0 (1.1.1.9392)
Syntax
| C# |
|---|
public ThemeStyle Inherits { get; set; } |
| Visual Basic |
|---|
Public Property Inherits As ThemeStyle Get Set |
| Visual C++ |
|---|
public: property ThemeStyle^ Inherits { ThemeStyle^ get (); void set (ThemeStyle^ value); } |