Class SelectorStyleInfoStore
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
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 SelectorStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
SelectorStyleInfoStore()
Initializes a new instance of the SelectorStyleInfoStore class.
Declaration
public SelectorStyleInfoStore()
SelectorStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the SelectorStyleInfoStore class from a serialization stream.
Declaration
protected SelectorStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | An object that holds all the data needed to serialize or deserialize this instance. |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of the serialized stream specified by info. |
Fields
HandleColorProperty
Declaration
public static readonly StyleInfoProperty HandleColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HandleDisabledColorProperty
Declaration
public static readonly StyleInfoProperty HandleDisabledColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HandleFillColorProperty
Declaration
public static readonly StyleInfoProperty HandleFillColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HandleOutlineColorProperty
Declaration
public static readonly StyleInfoProperty HandleOutlineColorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable