Usages of Fill
Properties
fill | in Arrow | Gets the fill to fill this arrow. | |
fill | in ArrowEdgeStyle | Gets or sets the Fill for filling the interior of the shape. | |
fill | in ArrowNodeStyle | Gets or sets the Fill for filling the interior of the shape. | |
fill | in GeneralPathNodeStyle | Gets or sets the Fill that is used to draw the shape. | |
contentAreaFill | in GroupNodeStyle | Gets or sets the Fill used for the content area. | |
iconBackgroundFill | in GroupNodeStyle | Gets or sets the Fill used for the background of the icon. | |
iconForegroundFill | in GroupNodeStyle | Gets or sets the Fill used for the foreground of the icon. | |
tabBackgroundFill | in GroupNodeStyle | Gets or sets the Fill used for the tab background. | |
tabFill | in GroupNodeStyle | Gets or sets the Fill used for the tab foreground. | |
backgroundFill | in IconLabelStyle | Gets or sets the Fill of the icon backgroundShape for this style. | |
backgroundFill | in ImageNodeStyle | Gets or sets the Fill of the image backgroundShape for this style. | |
backgroundFill | in LabelStyle | Gets or sets the brush to use for the background box of the label. | |
textFill | in LabelStyle | Gets or sets the brush to use for the label's text. | |
backgroundFill | in MarkupLabelStyle | Gets or sets the brush to use for the background box of the label. | |
textFill | in MarkupLabelStyle | Gets or sets the brush to use for the label's text. | |
fill | in RectangleNodeStyle | Gets or sets the Fill for filling the interior of the shape. | |
fill | in ShapeNodeStyle | Gets or sets the fill for this style. | |
fill | in ShapePortStyle | Gets or sets the Fill for this style. | |
CURRENT_COLOR | in Color | ||
fill | in Stroke | Gets or sets the fill for the Stroke. | |
background | in SvgExport | Gets or sets the background color for the exported SVG. |
Method Return Values
freeze () | in Fill | Freezes and returns this instance. | |
from (Fill) | in Fill | Creates a Fill instance from the given fill-like object by performing automatic type conversion. | |
freeze () | in LinearGradient | ||
freeze () | in RadialGradient |
Method Parameters
Arrow (ArrowType, Fill?, Stroke?, number?, number?, number?, boolean?) | in Arrow | Creates a new arrow. | |
ArrowEdgeStyle () | in ArrowEdgeStyle | ||
ArrowNodeStyle () | in ArrowNodeStyle | ||
GeneralPathNodeStyle (GeneralPath?, ) | in GeneralPathNodeStyle | Creates a new instance using the specified path. | |
GroupNodeStyle () | in GroupNodeStyle | Initializes a new instance. | |
IconLabelStyle () | in IconLabelStyle | Creates a new instance. | |
ImageNodeStyle (string?, ) | in ImageNodeStyle | Creates a new instance that uses the specified image. | |
LabelStyle () | in LabelStyle | ||
MarkupLabelStyle () | in MarkupLabelStyle | Creates a new instance using an ILabelStyleRenderer implementation as renderer. | |
RectangleNodeStyle () | in RectangleNodeStyle | ||
ShapeNodeStyle () | in ShapeNodeStyle | ||
ShapePortStyle () | in ShapePortStyle | Initializes a new instance of this class. | |
hasSameValue (Fill) | in Color | Determines whether this Color is equal to the specified object. | |
hasSameValue (Fill) | in CssFill | Determines whether this CssFill is equal to the specified object. | |
from (Fill) | in Fill | Creates a Fill instance from the given fill-like object by performing automatic type conversion. | |
hasSameValue (Fill) | in Fill | Determines whether this Fill is equal to the specified object. | |
setFill (Fill, SVGElement, ICanvasContext) | in Fill | Sets the Fill on a given SVG element as the fill. | |
hasSameValue (Fill) | in LinearGradient | Determines whether this LinearGradient is equal to the specified object. | |
hasSameValue (Fill) | in PatternFill | Determines whether this PatternFill is equal to the specified object. | |
hasSameValue (Fill) | in RadialGradient | Determines whether this RadialGradient is equal to the specified object. | |
Stroke (Fill?, number?, ) | in Stroke | Initializes a new instance of the Stroke class using the given fill and thickness. | |
Stroke (number, number, number, number?, number?, ) | in Stroke | Initializes a new instance of the Stroke class using the given rgba values and thickness. | |
SvgExport (Rect, number?, ) | in SvgExport | Creates a new SvgExport instance for the given world bounds and scale. |
Extending Types
Color | Represents an ARGB (alpha, red, green, blue) encoded color object. | |
CssFill | Fills an area with a specified CSS or SVG color value. | |
LinearGradient | Fills an area with a linear gradient. | |
PatternFill | Fills an area with a SVG pattern. | |
RadialGradient | Fills an area with a radial gradient. |