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


    CloseButtonStyle Property (StyleableWindow)
    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
    Requirements

    See Also