Class Border
Represents the Borders class
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.DocumentEditor
Assembly: Syncfusion.EJ.DocumentEditor.dll
Syntax
public class Border : BaseNode, ISerializable
Constructors
Border()
Initializes a new instance of the Borders class.
Declaration
public Border()
Properties
Color
Gets or sets the Color
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HasNoneStyle
Determines whether the border has none style or not.
Declaration
public bool HasNoneStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LineStyle
Gets or sets the LineStyle.
Declaration
public LineStyle LineStyle { get; set; }
Property Value
Type | Description |
---|---|
LineStyle |
LineWidth
Gets or sets the line width.
Declaration
public double LineWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
Declaration
public void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo to populate with data. |
System.Runtime.Serialization.StreamingContext | context | The destination (see System.Runtime.Serialization.StreamingContext) for this serialization. |
Exceptions
Type | Condition |
---|---|
System.Security.SecurityException |
Implements
System.Runtime.Serialization.ISerializable