MicaController.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies which variation of Mica material is used.
public:
property MicaKind Kind { MicaKind get(); void set(MicaKind value); };
MicaKind Kind();
void Kind(MicaKind value);
public MicaKind Kind { get; set; }
var micaKind = micaController.kind;
micaController.kind = micaKind;
Public Property Kind As MicaKind
Property Value
A value of the enumeration that specifies which variation of Mica material is used.
Remarks
See Mica design guidance for more information about the kinds of Mica material.