Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObject Class / Size Property


In This Topic
    Size Property (FloatingObject)
    In This Topic
    Gets or sets the size of a floating object.
    Syntax
    'Declaration
     
    Public Property Size As Size
    'Usage
     
    Dim instance As FloatingObject
    Dim value As Size
     
    instance.Size = value
     
    value = instance.Size
    public Size Size {get; set;}

    Property Value

    The size.
    See Also