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