Class RangeNavigatorSelectionsettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
[CLSCompliant(false)]
public class RangeNavigatorSelectionsettings : EJTagHelper
Constructors
RangeNavigatorSelectionsettings()
Declaration
public RangeNavigatorSelectionsettings()
Properties
Border
Gets or sets the Border of Selectionsettings
Declaration
[JsonProperty("border")]
public LineStyle Border { get; set; }
Property Value
Type | Description |
---|---|
LineStyle |
Remarks
Options for customizing the border color and width of selection rect.
Color
Gets or sets the Color of selectionSettings
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Enable
Gets or sets the value of Enable property of selectionSettings
Declaration
[JsonProperty("enable")]
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Opacity
Gets or sets the Opacity of SelectionSettings
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
ShouldSerializeBorder()
Declaration
public bool ShouldSerializeBorder()
Returns
Type | Description |
---|---|
System.Boolean |