ContentBounds Property (ScrollableStackPanel)
In This Topic
Client rectangle, in pixels. This discounts margins, borders, and padding.
Syntax
'Declaration
Public ReadOnly Property ContentBounds As Rectangle
public Rectangle ContentBounds {get;}
See Also