Freigeben über


ColorSpectrum.Shape Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das ColorSpectrum als Quadrat oder Kreis angezeigt wird, oder legt diesen fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.Primitives.ColorSpectrum.Shape (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

public:
 property ColorSpectrumShape Shape { ColorSpectrumShape get(); void set(ColorSpectrumShape value); };
ColorSpectrumShape Shape();

void Shape(ColorSpectrumShape value);
public ColorSpectrumShape Shape { get; set; }
var colorSpectrumShape = colorSpectrum.shape;
colorSpectrum.shape = colorSpectrumShape;
Public Property Shape As ColorSpectrumShape

Eigenschaftswert

Ein Wert aus der Enumeration. Die Standardeinstellung ist Box, in der das Spektrum als Quadrat angezeigt wird.

Gilt für: