CategoryAttributeIsDefaultAttribute Method |
Determines if this attribute is the default.
Namespace: System.ComponentModelAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public override bool IsDefaultAttribute()
Return Value
Type:
Boolean
true if the attribute is the default value for this attribute class; otherwise,
false.
See Also