Class ShapeFill
The interior paint of a shape.
public sealed class ShapeFill
- Inheritance
-
ShapeFill
- Inherited Members
Constructors
Properties
- Color
Gets or sets the solid color, or null.
- ContentType
Gets or sets the content type of the blip part, or null.
- CropBottom
Gets or sets the blip source crop from the bottom in thousandth-percent units (a:srcRect b).
- CropLeft
Gets or sets the blip source crop from the left in thousandth-percent units (a:srcRect l).
- CropRight
Gets or sets the blip source crop from the right in thousandth-percent units (a:srcRect r).
- CropTop
Gets or sets the blip source crop from the top in thousandth-percent units (a:srcRect t).
- GradientAngle
Gets or sets the linear gradient angle in 60000ths of a degree, measured clockwise from the positive x axis (
a:lin@ang). Ignored unless GradientKind is Linear.
- GradientFillToRect
Gets or sets the focus rectangle a path gradient sweeps outward from (
a:fillToRect), or null when the element is absent.
- GradientKind
Gets or sets how a gradient fill sweeps its stops (a:lin versus a:path).
- GradientPathKind
Gets or sets the outward sweep of a path gradient (
a:path@path).
- GradientRotateWithShape
Gets or sets whether the gradient rotates with the shape (
a:gradFill@rotWithShape).
- GradientScaled
Gets or sets whether the linear gradient angle is scaled into the shape's bounding box rather than measured in true angular units (
a:lin@scaled).
- GradientStops
Gets the gradient stops for gradient fills, in document order.
- GradientTileRect
Gets or sets the tile rectangle of a gradient fill (
a:tileRect), or null when the element is absent.
- Kind
Gets or sets how the interior is painted.
- PartUri
Gets or sets the source part URI of the blip, or null.
- PatternBackground
Gets or sets the pattern background color (
a:bgClr), or null.
- PatternForeground
Gets or sets the pattern foreground color (
a:fgClr), or null.
- PatternPreset
Gets or sets the preset pattern name of a pattern fill (
a:pattFill@prst), or null when the attribute is absent.
- RelationshipId
Gets or sets the image relationship id for blip fills (a:blip r:embed), or null.
Methods
- Clone()
Creates a copy.