Click or drag to resize
CategoryAttributeIsDefaultAttribute Method
Determines if this attribute is the default.

Namespace: System.ComponentModel
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public override bool IsDefaultAttribute()

Return Value

Type: Boolean
true if the attribute is the default value for this attribute class; otherwise, false.
See Also