[]
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 when the SideButtonBase is visible. The button can be always shown, shown only if the container control gets focus, or never shown.