ShouldSerializeStyle Method
ShouldSerializeStyle()
Indicates whether the Style has a default value.
Declaration
public bool ShouldSerializeStyle()
Public Function ShouldSerializeStyle() As Boolean
Returns
| Type |
Description |
| bool |
True if the Style has no default value; otherwise, it is false.
|
See Also