Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CustomFloatingObject Class / Content Property


In This Topic
    Content Property (CustomFloatingObject)
    In This Topic
    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