SettingsFlyoutTemplateSettings.BorderThickness Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the thickness of the SettingsFlyout border.
public:
property Thickness BorderThickness { Thickness get(); };
Thickness BorderThickness();
public Thickness BorderThickness { get; }
var thickness = settingsFlyoutTemplateSettings.borderThickness;
Public ReadOnly Property BorderThickness As Thickness
Property Value
The thickness of the SettingsFlyout border.