Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / FloatingObjectSelectedFrame Class / Background Property


In This Topic
    Background Property (FloatingObjectSelectedFrame)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Background As Brush
    'Usage
     
    Dim instance As FloatingObjectSelectedFrame
    Dim value As Brush
     
    instance.Background = value
     
    value = instance.Background
    public Brush Background {get; set;}
    See Also