Class RenderingConfig.BorderLine
Inheritance
System.Object
RenderingConfig.BorderLine
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
Constructors
BorderLine()
Declaration
BorderLine(String, RgbColor, RgbColor, Single, Single, BorderLineMarginType)
Declaration
public BorderLine(string name, RgbColor color, RgbColor altColor, float widthPx, float stepPx, BorderLineMarginType borderLineMarginType)
Parameters
Fields
AltColor
Declaration
Field Value
Color
Declaration
Field Value
MarginType
Declaration
public BorderLineMarginType MarginType
Field Value
Name
Declaration
Field Value
| Type |
Description |
| System.String |
|
StepPx
Declaration
Field Value
| Type |
Description |
| System.Single |
|
WidthPx
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Methods
Clone()
Declaration
public virtual RenderingConfig.BorderLine Clone()
Returns
CloneCore()
Declaration
protected virtual RenderingConfig.BorderLine CloneCore()
Returns
Equals(RenderingConfig.BorderLine)
Declaration
protected bool Equals(RenderingConfig.BorderLine other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
GetDashedDefault(BorderLineMarginType)
Declaration
public static RenderingConfig.BorderLine GetDashedDefault(BorderLineMarginType borderLineMarginType = BorderLineMarginType.Trim)
Parameters
Returns
GetDefault(BorderLineMarginType)
Declaration
public static RenderingConfig.BorderLine GetDefault(BorderLineMarginType borderLineMarginType = BorderLineMarginType.Trim)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.Object.GetHashCode()