Font.Bias
property (DataWindow object)
Description
The way fonts are manipulated in the DataWindow at runtime.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Font.Bias |
Describe and Modify argument:
|
1 |
"DataWindow.Font.Bias { = biasvalue }" |
|
Parameter |
Description |
|---|---|
|
biasvalue |
An integer indicating how the fonts will be Values are: 0 — As display 1 — As printer fonts 2 — |
Examples
|
1 2 3 4 5 |
string setting setting = dw1.Object.DataWindow.Font.Bias dw1.Object.DataWindow.Font.Bias = 1 setting = dw1.Describe("DataWindow.Font.Bias") dw1.Modify("DataWindow.Font.Bias=1") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest