SplitView.CompactPaneLength 属性

定义

获取或设置 “拆分视图 ”窗格在其紧凑显示模式下的宽度。

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

void CompactPaneLength(double value);
public double CompactPaneLength { get; set; }
var double = splitView.compactPaneLength;
splitView.compactPaneLength = double;
Public Property CompactPaneLength As Double
<SplitView CompactPaneLength="double" .../>
    

属性值

Double

double

窗格在其紧凑显示模式下的宽度。 默认为 48 个与设备无关的像素, (DIP) (由 SplitViewCompactPaneThemeLength 资源) 定义。

注解

DisplayModeCompactIsPaneOpenfalse 时,此属性指定窗格的宽度。

适用于