Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / StyleableWindow Class / CloseButtonStyle Property


In This Topic
    CloseButtonStyle Property (StyleableWindow)
    In This Topic
    Gets or sets the style used for the Close button.
    Syntax
    'Declaration
     
    Public Property CloseButtonStyle As Style
    'Usage
     
    Dim instance As StyleableWindow
    Dim value As Style
     
    instance.CloseButtonStyle = value
     
    value = instance.CloseButtonStyle
    public Style CloseButtonStyle {get; set;}
    Requirements

    See Also