Spread Silverlight Documentation
Size Property (IFloatingObject)


GrapeCity.Windows.SpreadSheet.Data Namespace > IFloatingObject Interface : Size Property
Gets or sets the size of a floating object.
Syntax
'Declaration
 
Property Size As System.Windows.Size
'Usage
 
Dim instance As IFloatingObject
Dim value As System.Windows.Size
 
instance.Size = value
 
value = instance.Size
System.Windows.Size Size {get; set;}

Property Value

The size.
See Also

Reference

IFloatingObject Interface
IFloatingObject Members