PlaceholderContext.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The size of the placeholder in pixels.
For virtualized components with vertical scrolling, this would be the height of the placeholder in pixels. For virtualized components with horizontal scrolling, this would be the width of the placeholder in pixels.
public:
property float Size { float get(); };
public float Size { get; }
member this.Size : single
Public ReadOnly Property Size As Single