Class ShadowSettings
Inheritance
System.Object
ShadowSettings
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 ShadowSettings
Constructors
ShadowSettings()
Declaration
public ShadowSettings()
Properties
Angle
Declaration
public float Angle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Color
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
Distance
Declaration
public float? Distance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Single> |
Size
Declaration
public float? Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Single> |
Methods
Clone()
Declaration
public ShadowSettings Clone()
Returns
| Type | Description |
|---|---|
| ShadowSettings |
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()