ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridViewport Class / Size Property

In This Topic
    Size Property
    In This Topic
    Gets the size of the viewport.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As Size
    public Size Size {get;}

    Property Value

    The size of the viewport.
    See Also