Share via


TreeViewItemTemplateSettings.Indentation 属性

定义

获取项缩进的量。

适用于 UWP 的等效 WinUI 2 APIWindows 应用 SDK中用于 WinUI 的 Microsoft.UI.Xaml.Controls.TreeViewItemTemplateSettings.Indentation (,请参阅Windows 应用 SDK命名空间) 。

public:
 property Thickness Indentation { Thickness get(); };
Thickness Indentation();
public Thickness Indentation { get; }
var thickness = treeViewItemTemplateSettings.indentation;
Public ReadOnly Property Indentation As Thickness

属性值

项缩进的量。

适用于