Share via


TreeViewItem.GlyphSize 속성

정의

TreeView에서 노드 문자 모양 크기를 가져오거나 설정합니다.

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

속성 값

Double

double

TreeView의 크기 문자 모양 불투명도입니다.

특성
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

적용 대상