PlaceholderContext.Size 属性

定义

占位符的大小(以像素为单位)。

对于具有垂直滚动的虚拟化组件,这是占位符的高度(以像素为单位)。 对于水平滚动的虚拟化组件,这是占位符的宽度(以像素为单位)。

public:
 property float Size { float get(); };
public float Size { get; }
member this.Size : single
Public ReadOnly Property Size As Single

属性值

适用于