CategoryAttribute.Design Property

Definition

Gets a CategoryAttribute representing the Design category.

public:
 static property System::ComponentModel::CategoryAttribute ^ Design { System::ComponentModel::CategoryAttribute ^ get(); };
public static System.ComponentModel.CategoryAttribute Design { get; }
static member Design : System.ComponentModel.CategoryAttribute
Public Shared ReadOnly Property Design As CategoryAttribute

Property Value

A CategoryAttribute for the design category.

Applies to