DesktopAcrylicController.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 indicates what variant of Acrylic material is used.
public:
property DesktopAcrylicKind Kind { DesktopAcrylicKind get(); void set(DesktopAcrylicKind value); };
DesktopAcrylicKind Kind();
void Kind(DesktopAcrylicKind value);
public DesktopAcrylicKind Kind { get; set; }
var desktopAcrylicKind = desktopAcrylicController.kind;
desktopAcrylicController.kind = desktopAcrylicKind;
Public Property Kind As DesktopAcrylicKind
Property Value
A value of the enumeration that indicates what variant of Acrylic material is used.