public bool FontRelativeToDevice {get; set;}
'Declaration
Public Property FontRelativeToDevice As Boolean
public bool FontRelativeToDevice {get; set;}
@property (nonatomic) BOOL fontRelativeToDevice;
public boolean getFontRelativeToDevice()
public void setFontRelativeToDevice(boolean fontRelativeToDevice)
get_FontRelativeToDevice();
set_FontRelativeToDevice(value);
Object.defineProperty('FontRelativeToDevice');
Property Value
true if the font size is relative to the device; otherwise,
false. The default value is
false.