Class SelectedSegmentBorder
Represents a custom border control with shadow settings that decide the visual appearance of selected segment item.
Inheritance
System.Object
SelectedSegmentBorder
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class SelectedSegmentBorder : Control
Constructors
SelectedSegmentBorder()
Constructor for SelectedSegmentBorder
Declaration
public SelectedSegmentBorder()
Fields
HasShadowProperty
Identifies the HasShadow dependency property.
Declaration
public static readonly DependencyProperty HasShadowProperty
Field Value
Type | Description |
---|---|
Microsoft.UI.Xaml.DependencyProperty | The identifier for the HasShadow dependency property. |
ShadowColorProperty
Identifies the ShadowColor dependency property.
Declaration
public static readonly DependencyProperty ShadowColorProperty
Field Value
Type | Description |
---|---|
Microsoft.UI.Xaml.DependencyProperty | The identifier for the ShadowColor dependency property. |
Properties
HasShadow
Gets or sets the value to enable/disable shadow for selection in SfSegmentedControl.
Declaration
public bool HasShadow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The value true shows the shadow background overlay for selected SfSegmentedItem; otherwise, false. The default value is false. |
ShadowColor
Gets or sets the shadow color for selection in SfSegmentedControl.
Declaration
public Color ShadowColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |