SolidColorBrush

Description

The SolidColorBrush class is used to work with a brush for background solid color fill.

Inheritance Hierarchy

          NSObject

          Brush

          NuGridSolidColorBrush

Supported Protocols

<NSCoding>

<NSCopying>

Categories

SolidColorBrush(Charting)

Properties

color. Color of background fill brush.

Properties inherited from Brush

opacity. Brush transparency.

mainColor. Main brush color.

Methods inherited from Brush

applyToContext:path:rect:. Applies brush parameters for the specified graphic context.

Static Methods

solidColorBrushWithColor:. Creates a brush of the specified color for background fill.

Static methods added from SolidColorBrush(Charting)

solidColorBrushWithDict:. Creates a brush instance based on the object that contains brush parameters.

See also:

Working with Common Classes