[]
Gets the appearance settings for the StyleInfo object.
public Appearance GetAppearance(Appearance appearance)
Public Function GetAppearance(appearance As Appearance) As Appearance
Type | Name | Description |
---|---|---|
Appearance | appearance | Appearance object to receive the appearance settings or null to create and return a new Appearance object |
Type | Description |
---|---|
Appearance |
Gets the appearance settings for the StyleInfo object, with the option to specify whether all settings are copied into the specified Appearance object.
public Appearance GetAppearance(Appearance appearance, bool force)
Public Function GetAppearance(appearance As Appearance, force As Boolean) As Appearance
Type | Name | Description |
---|---|---|
Appearance | appearance | Appearance object to receive the appearance settings |
bool | force | Whether to force the replacing of all settings in the Appearance object |
Type | Description |
---|---|
Appearance |