Class StrokeSettings
Inheritance
System.Object
StrokeSettings
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()
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class StrokeSettings
Constructors
StrokeSettings()
Declaration
public StrokeSettings()
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
LineJoin
Declaration
public LineJoin LineJoin { get; set; }
Property Value
| Type | Description |
|---|---|
| LineJoin |
Size
Declaration
public float Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Methods
Clone()
Declaration
public StrokeSettings Clone()
Returns
| Type | Description |
|---|---|
| StrokeSettings |
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)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()