Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RangeGroupButtonPresenter Class / DesiredSize Property


In This Topic
    DesiredSize Property (RangeGroupButtonPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property DesiredSize As Size
    'Usage
     
    Dim instance As RangeGroupButtonPresenter
    Dim value As Size
     
    value = instance.DesiredSize
    public Size DesiredSize {get;}
    See Also