Freigeben über


TreeViewItem.GlyphSize Eigenschaft

Definition

Ruft die Größe von Knotenglyphen in einer TreeView ab oder legt sie fest.

public:
 property double GlyphSize { double get(); void set(double value); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="12.0")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="12.0")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="12.0")]
double GlyphSize();

void GlyphSize(double value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="8.0")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="8.0")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="8.0")]
double GlyphSize();

void GlyphSize(double value);
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="12.0")]
public double GlyphSize { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="12.0")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="12.0")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="8.0")]
public double GlyphSize { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="8.0")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="8.0")] set; }
var double = treeViewItem.glyphSize;
treeViewItem.glyphSize = double;
Public Property GlyphSize As Double

Eigenschaftswert

Double

double

Die Deckkraft von Größenglyphen in einer TreeView.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: