<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / RowColCollection<T> Class / MinSize Property

In This Topic
    MinSize Property (RowColCollection<T>)
    In This Topic
    Gets or sets a value that indicates the minimum size (width or height) in pixels for row and column objects in this collection.
    Syntax
    'Declaration
     
    Public Property MinSize As Double
    public double MinSize {get; set;}
    See Also