[]
Gets or sets the visibility of the side button.
public ButtonVisibility Visible { get; set; }
Public Property Visible As ButtonVisibility
Type | Description |
---|---|
ButtonVisibility | A ButtonVisibility enumeration that indicates the visibility settings for the side button.
|
The Visible property determines whether the SideButtonBase is visible, always shown, shown only if the container control gets focus, or never shown.