Ink.property
property (DataWindow object)
Description
Properties that control the attributes of ink in an InkPicture
control or a column with the InkEdit edit style.
Applies to
Column and InkPicture controls
Syntax
PowerBuilder dot notation:
|
1 2 |
dw_control.Object.inkpicname.Ink.property dw_control.Object.columnname.Ink.property |
Describe and Modify argument:
|
1 2 |
"inkpicname.Ink.property { = value }" "columnname.Ink.property { = value }" |
|
Parameter |
Description |
|---|---|
|
inkpicname |
The name of an InkPicture control. |
|
columnname |
The name of a column that has the InkEdit edit |
|
property |
A property for the InkPicture control or InkEdit |
|
value |
The value to be assigned to the |
|
Property for Ink |
Value |
|---|---|
|
AntiAliased |
A drawing attribute that specifies whether the Values are: true — The ink false Painter: |
|
Color |
A drawing attribute that specifies the current ink Painter: InkColor |
|
Height |
A drawing attribute that specifies the height of Painter: |
|
IgnorePressure |
A drawing attribute that specifies whether the Values true — Pressure from the pen tip is false — The width of the ink increases with Painter: |
|
Pentip |
A drawing attribute that specifies whether the pen Values Ball (0) — The pen tip is round Rectangle (1) — The pen tip is Painter: PenTip option. |
|
Transparency |
A drawing attribute that specifies the transparency Painter: InkTransparency |
|
Width |
A drawing attribute that specifies the width of the Painter: InkWidth |
Usage
In the painter
Select the control and set values in the Properties view, Ink or
InkPicture tab, InkAttributes section.
Examples
|
1 2 |
dw1.Object.inkpic1.Ink.Antialiased = true li_color = dw1.Describe("emp_status.Ink.Color") |
See also