'Declaration Public Overrides Property Parent As String
'Usage Dim instance As NamedStyle Dim value As String instance.Parent = value value = instance.Parent
public override string Parent {get; set;}
'Declaration Public Overrides Property Parent As String
'Usage Dim instance As NamedStyle Dim value As String instance.Parent = value value = instance.Parent
public override string Parent {get; set;}
If some properties in a NamedStyle object are not set, those properties are inherited from the parent style (NamedStyle object) when the properties are composed using the NamedStyleCollection Compose method.