InkPic.property DataWindow object property
Description
Properties that control the behavior of ink in an InkPicture
control.
Controls
InkPicture controls
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.<span>inkpicname</span>.InkPic.<span>property</span> |
Describe and Modify argument:
|
1 |
"<span>inkpicname</span>.InkPic.<span>property </span>{ = <span>value </span>}" |
|
Parameter |
Description |
|---|---|
|
inkpicname |
The name of an InkPicture control. |
|
property |
A property for the InkPicture control. |
|
value |
The value to be assigned to the property. |
|
Property for InkPic |
Value |
|---|---|
|
AutoErase |
Specifies whether the auto erase feature
Painter: AutoErase option. |
|
BackColor |
Specifies the numeric value of the background Painter: BackColor option. |
|
CollectionMode |
Specifies whether ink only, gestures
Painter: CollectionMode option. |
|
DynamicRendering |
Specifies whether the ink is rendered Painter: DynamicRendering option. |
|
EditMode |
Specifies whether the editing mode of
Painter: EditMode option. |
|
EraserMode |
Specifies whether ink is removed by stroke
Painter: EraserMode option. |
|
EraserWidth |
Specifies the width of the eraser pen Painter: EraserWidth option. |
|
HighContrastInk |
Specifies whether ink is rendered in
Painter: HighContrastInk option. |
|
InkEnabled |
Specifies whether the InkPicture control
Painter: InkEnabled option. |
|
MarginX |
Specifies the x-axis margin around the Painter: MarginX option. |
|
MarginY |
Specifies the y-axis margin around the Painter: MarginY option. |
|
PictureSizeMode |
Specifies how the picture is displayed
Painter: PictureSizeMode option. |
Usage
In the painter
Select the control and set values in the Properties view, InkPicture
tab.
Examples
|
1 |
dw1.Object.inkpic1.InkPic.InkEnabled = true |
|
1 |
li_color = dw1.Describe("inkpic1.InkPic.BackColor") |