Suki RichInk
SpellBuddy.com
SpellBuddy.com




System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        SpellBuddy.WindowsCE.Forms.RichInkBox
          SpellBuddy.WindowsCE.Forms.RichInkBox.OBJECTSTYLE


Public Constructors

OBJECTSTYLE
OBJECTSTYLE()

Creates an ObjectStyle class used for setting pen and object properties in a RichInkBox or SukiRichInk control.


Public Properties

Available
public bool Available { get; }

Gets a value that indicates the Object Style is available for the selection. Check this value is true before using the other property values in this class.

Example
if (objectstyle.Available)
{
      // the RichInkBox was not busy and the ObjectStyle values are valid
}

FillColor
public Integer FillColor { get; set; }

Gets or sets the Fill Color for the Object Style.

Values:
0 - 15


Filled
public bool Filled { get; set; }

Gets or sets Fill style for the Object Style.


MixedFilled
public bool MixedFilled { get; }

Gets a value that indicates there is two or more Object Styles in the selection.


MultipleFillColor
public bool MultipleFillColor { get; }

Gets a value that indicates there is two or more Object Styles in the selection.


MultiplePenColor
public bool MultiplePenColor { get; }

Gets a value that indicates there is two or more Object Styles in the selection.


MultiplePenWeight
public bool MultiplePenWeight { get; }

Gets a value that indicates there is two or more Object Styles in the selection.


PenColor
public Integer PenColor { get; set; }

Gets or sets the Pen Color for the Object Style.

Values:
0 - 15


PenWeight
public Integer PenWeight { get; set; }

Gets or sets the Pen Weight for the Object Style.

Values:
0=fine
1=normal
2=bold
3=heavy


SetFillColor
public bool SetFillColor { set; }

Set this value true to change that characteristic of the Object Style when updated.


SetFilled
public bool SetFilled { set; }

Set this value true to change that characteristic of the Object Style when updated.


SetPenColor
public bool SetPenColor { set; }

Set this value true to change that characteristic of the Object Style when updated.


SetPenWeight
public bool SetPenWeight { set; }

Set this value true to change that characteristic of the Object Style when updated.



SpellBuddy Copyright © 2003-2008, Craig Lubitz. All Rights Reserved. Parts of this web site are Copyright © 2002, John Minadeo. All Rights Reserved.