MicaBackdrop.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 the kind of backdrop that the MicaBackdrop
displays.
public:
property MicaKind Kind { MicaKind get(); void set(MicaKind value); };
MicaKind Kind();
void Kind(MicaKind value);
public MicaKind Kind { get; set; }
var micaKind = micaBackdrop.kind;
micaBackdrop.kind = micaKind;
Public Property Kind As MicaKind
Property Value
The kind of backdrop that the MicaBackdrop
displays.
Remarks
See Mica material for more information about Mica
and MicaAlt
.