StyledPropertyCollection.ExcludeFromStyledPropertyAttribute Class
In This Topic
A property with this attribute will be excluded from the styled properties when
StyledPropertyCollection default constructor is used.
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.All,
Inherited=True,
AllowMultiple=False)>
Public Class StyledPropertyCollection.ExcludeFromStyledPropertyAttribute
Inherits System.Attribute
[AttributeUsage(AttributeTargets.All,
Inherited=true,
AllowMultiple=false)]
public class StyledPropertyCollection.ExcludeFromStyledPropertyAttribute : System.Attribute
Inheritance Hierarchy
System.Object
System.Attribute
C1.Win.Themes.StyledPropertyCollection.ExcludeFromStyledPropertyAttribute
See Also