[]
Defines a linear gradient brush.
public class C1LinearBrush : C1GradientBrush, INotifyPropertyChanged
Name | Description |
---|---|
C1LinearBrush() |
Name | Description |
---|---|
EndColor | Gets or sets the ending color of the current linear gradient brush. |
EndPoint | Gets or sets the coordinates of the end point of the current linear gradient. (0,0) is the top-left corner, (1,1) is the bottom-right corner. |
StartColor | Gets or sets the starting color of the current linear gradient brush. |
StartPoint | Gets or sets the coordinates of the start point of the current linear gradient. (0,0) is the top-left corner, (1,1) is the bottom-right corner. |
Name | Description |
---|---|
AssignFrom(VisualPrimitive) | Assigns (copies) properties from another VisualPrimitive to the current object. |
Compare(VisualPrimitive) | Compares this VisualPrimitive object with another VisualPrimitive object returns true if objects represent same object. |
CreateSame() | Creates an object of the same type as the current object. |
GetHashCodeInt() | For internal use. |