Class SelectorStyleInfo
Inheritance
System.Object
SelectorStyleInfo
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 SelectorStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
SelectorStyleInfo()
Declaration
public SelectorStyleInfo()
SelectorStyleInfo(StyleInfoSubObjectIdentity)
Declaration
public SelectorStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity |
SelectorStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Declaration
public SelectorStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | |
StyleInfoStore | store |
SelectorStyleInfo(SelectorStyleInfo)
Declaration
public SelectorStyleInfo(SelectorStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
SelectorStyleInfo | style |
SelectorStyleInfo(SelectorStyleInfoStore)
Declaration
public SelectorStyleInfo(SelectorStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
SelectorStyleInfoStore | store |
Properties
DefaultStyle
Declaration
public static SelectorStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
SelectorStyleInfo |
HandleColor
Declaration
[ThemeStudio]
public Color HandleColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HandleDisabledColor
Declaration
[ThemeStudio]
public Color HandleDisabledColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HandleFillColor
Declaration
[ThemeStudio]
public Color HandleFillColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HandleOutlineColor
Declaration
[ThemeStudio]
public Color HandleOutlineColor { 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