PocketPlanner Programmer's Guide

SolidBrush.Color Property

See Also

Gets or sets the color of this brush.

Namespace: MindFusion.Drawing
Assembly: PocketPlanner

 Syntax

C#

public Color Color { get; set; }

Visual Basic

Public Property Color As Color

 Property Value

Instance of the .NET Color structure that represents the color of this brush.

 See Also