Spread Silverlight Documentation
Size Property (FloatingObject)


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

Property Value

The size.
See Also

Reference

FloatingObject Class
FloatingObject Members