[]
        
(Showing Draft Content)

C1.WPF.Document.C1RadialBrush

C1RadialBrush Class

Defines a radial gradient brush.

Inheritance
C1RadialBrush
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class C1RadialBrush : C1GradientBrush, INotifyPropertyChanged

Constructors

Name Description
C1RadialBrush()

Properties

Name Description
Center

Gets or sets a 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.

Methods

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.