Class RulerStyleInfo
Inheritance
System.Object
RulerStyleInfo
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class RulerStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
RulerStyleInfo()
Declaration
public RulerStyleInfo()
RulerStyleInfo(StyleInfoSubObjectIdentity)
Declaration
public RulerStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity |
RulerStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Declaration
public RulerStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | |
StyleInfoStore | store |
RulerStyleInfo(RulerStyleInfo)
Declaration
public RulerStyleInfo(RulerStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
RulerStyleInfo | style |
RulerStyleInfo(RulerStyleInfoStore)
Declaration
public RulerStyleInfo(RulerStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
RulerStyleInfoStore | store |
Properties
BackgroundColor
Declaration
[ThemeStudio]
public Color BackgroundColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Declaration
[ThemeStudio]
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Declaration
public static RulerStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
RulerStyleInfo |
ForeColor
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HighlightColor
Declaration
[ThemeStudio]
public Color HighlightColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MajorLinesColor
Declaration
[ThemeStudio]
public Color MajorLinesColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MarkerColor
Declaration
[ThemeStudio]
public Color MarkerColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
MinorLinesColor
Declaration
[ThemeStudio]
public Color MinorLinesColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type |
---|
StyleInfoBase |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable