Gets or sets the name of the parent style.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Parent As Style |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Style
Dim value As Style
value = instance.Parent
|
| C# | |
|---|
public Style Parent {get;} |
Return Value
A string name of the Style from which this Style object inherits its properties.
See Also