[]
        
(Showing Draft Content)

C1.Schedule.C1Brush

C1Brush Class

The base wrapper class for brushes. Only for serialization/deserialization purposes.

Inheritance
C1Brush
Implements
Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public class C1Brush : ISerializable

Constructors

Name Description
C1Brush()

Creates the new C1Brush object.

C1Brush(SerializationInfo, StreamingContext)

Special constructor for de-serialization.

Properties

Name Description
BackColor

Gets or sets the background color.

ForeColor

Gets or sets the foreground color.

Style

Gets or sets the brush style.

Methods

Name Description
GetARGBstring(Color)

Returns string representation of color in ARGB format.

OnPropertyChanged()

This method is called on any property changes. Override it in derived classes for custom handling.

ParseARGBString(string)

Parses ARGB string and returns the Color value.