Spread Silverlight Documentation
Content Property (CustomFloatingObject)


GrapeCity.Windows.SpreadSheet.UI Namespace > CustomFloatingObject Class : Content Property
Gets the content.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property Content As System.Windows.FrameworkElement
'Usage
 
Dim instance As CustomFloatingObject
Dim value As System.Windows.FrameworkElement
 
value = instance.Content
public abstract System.Windows.FrameworkElement Content {get;}

Property Value

The content.
See Also

Reference

CustomFloatingObject Class
CustomFloatingObject Members