Class MaterialColorAttribute
- Namespace
- Glitch9.MaterialDesign
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class MaterialColorAttribute : Attribute
- Inheritance
-
MaterialColorAttribute
- Inherited Members
- Extension Methods
Constructors
MaterialColorAttribute(ColorRole, ColorType)
public MaterialColorAttribute(ColorRole role, ColorType type)
Parameters
Properties
Role
public ColorRole Role { get; }
Property Value
Type
public ColorType Type { get; }