GrapeCity.Xaml.SpreadSheet.Data
Size Property (FloatingObject)


GrapeCity.Xaml.SpreadSheet.Data Namespace > FloatingObject Class : Size Property
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

Reference

FloatingObject Class
FloatingObject Members