[]
Defines a radial gradient brush.
public class C1RadialBrush : C1GradientBrush, INotifyPropertyChanged
| Name | Description |
|---|---|
| C1RadialBrush() |
| Name | Description |
|---|---|
| Center | Gets or sets a System.Windows.Point structure that specifies the position of the center point. (0,0) is the top-left corner, (1,1) is the bottom-right corner. |
| CenterColor | Gets or sets the center color of the current radial gradient brush. |
| SurroundColor | Gets or sets the surrounding color of the current radial gradient brush. |
| 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. |