Class BackgroundStyle
Imitate from FillStyle type that used by TextNode node.
Implements
System.ICloneable
System.Runtime.Serialization.ISerializable
System.IDisposable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class BackgroundStyle : FillStyle, IServiceReferenceHolder, IServiceReferenceProvider, IPropertyObserver, IPropertyContainer, ICloneable, ISerializable, IDisposable
Constructors
BackgroundStyle()
Initializes a new instance of the BackgroundStyle class.
Declaration
public BackgroundStyle()
BackgroundStyle(BackgroundStyle)
Initializes a new instance of the BackgroundStyle class.
Declaration
public BackgroundStyle(BackgroundStyle src)
Parameters
Type | Name | Description |
---|---|---|
BackgroundStyle | src | The source instance. |
BackgroundStyle(SerializationInfo, StreamingContext)
Initializes a new instance of the BackgroundStyle class.
Declaration
protected BackgroundStyle(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The serialization info. |
System.Runtime.Serialization.StreamingContext | context | The context. |
Methods
Clone()
Clones this instance.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | The cloned object. |
Overrides
GetPropertyContainerName()
Gets the name of the property container.
Declaration
protected override string GetPropertyContainerName()
Returns
Type | Description |
---|---|
System.String | The property container name. |
Overrides
Implements
System.ICloneable
System.Runtime.Serialization.ISerializable
System.IDisposable