GrapeCity.Xaml.SpreadSheet.UI
Content Property


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

Property Value

The content.
See Also

Reference

CustomFloatingObject Class
CustomFloatingObject Members