Class SpreadsheetMarkerSettingsModel
Inheritance
System.Object
SpreadsheetMarkerSettingsModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.Spreadsheet.dll
Syntax
public class SpreadsheetMarkerSettingsModel
Constructors
SpreadsheetMarkerSettingsModel()
Declaration
public SpreadsheetMarkerSettingsModel()
Properties
Border
Declaration
public SpreadsheetBorderModel Border { get; set; }
Property Value
Type |
---|
SpreadsheetBorderModel |
Fill
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
IsFilled
Declaration
public bool? IsFilled { get; set; }
Property Value
Type |
---|
System.Nullable<System.Boolean> |
Shape
Declaration
public ChartShape Shape { get; set; }
Property Value
Type |
---|
ChartShape |
Size
Declaration
public double Size { get; set; }
Property Value
Type |
---|
System.Double |
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |