The Fill type exposes the following members.

Constructors

  NameDescription
FillOverloaded.

Methods

  NameDescription
Clone
Creates a copy of the current Fill.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToStringOverloaded.

Properties

  NameDescription
BackgroundColor
Gets or sets the background color used by Solid and Pattern fill types.
BackgroundTextureUrl
Gets or sets the image URL to fill the interior of a surface used by Texture fill type.
ForegroundColor
Gets or sets the foreground color used by Pattern fill type.
GradientAngle
Gets or sets the orientation angle used by Gradient fill type. It is measured counterclockwise from the x-axis.
GradientBlendColors
Gets or sets the blend colors for gradient fills.
GradientBlendFactors
Gets or sets the blend factors for gradient fills. Factor values must be expressed in terms of percentages i.e. ranging from 0 to 100.
GradientBlendPositions
Gets or sets the blend positions for gradient fills. Position values must be expressed in terms of percentages i.e. ranging from 0 to 100.
GradientCentered
Gets or sets whether path gradient must be centered.
GradientCenterPointX
Gets or sets the center point x-coordinate of the gradient fill.
GradientCenterPointY
Gets or sets the center point y-coordinate of the gradient fill.
GradientColor1
Gets or sets the starting color used by Gradient fill type.
GradientColor2
Gets or sets the ending color used by Gradient fill type.
GradientFocusScaleX
Gets or sets the focus point x-coordinate for the gradient falloff. Focus Point values must be expressed in terms of percentages i.e. ranging from 0 to 100.
GradientFocusScaleY
Gets or sets the focus point y-coordinate for the gradient falloff. Focus Point values must be expressed in terms of percentages i.e. ranging from 0 to 100.
GradientShade
Gets or sets the shading style used for creating gradient fills.
GradientShadeFocus
Gets or sets the position of the gradient's starting color. The position is a percentage of the distance between the boundary lines and must be in the range from 0 through 100.
GradientShadeScale
Gets or sets the percentage of the gradient's starting color that gets blended, at the focus position, with the gradient's ending color. The scale parameter must be in the range from 0 through 100. The default value is 100, which specifies that the ending color is at full intensity.
GradientShape
Gets or sets the shape used for creating gradient fills.
Pattern
Gets or sets the pattern or hatch style used by Pattern fill type.
Type
Gets or sets the fill type.
WrapMode
Gets or sets a WrapMode enumeration that indicates the wrap mode for Texture fill type.

See Also