TreeViewItem.GlyphSize Properti

Definisi

Mendapatkan atau mengatur ukuran glyph node pada TreeView.

Dokumentasi ini berlaku untuk WinUI 2 untuk UWP (untuk WinUI di SDK Aplikasi Windows, lihat namespace SDK Aplikasi Windows).

public:
 property double GlyphSize { double get(); void set(double value); };
double GlyphSize();

void GlyphSize(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);
public double GlyphSize { get; set; }
[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; }
Public Property GlyphSize As Double

Nilai Properti

Double

double

Tingkat keburaman glyph ukuran pada TreeView.

Atribut
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Berlaku untuk