TSRichViewEdit.RightMarginPix, RightMargin100Pix |
Top Previous Next |
|
Returns the right margin, in pixels. property RightMarginPix: Integer; property RightMargin100Pix: Integer; The right margin is defined in PageProperty.RightMargin. These properties return this margin converted to pixels. RightMarginPix is scaled according to ViewProperty.ZoomPercent (so this property returns the margin as it is displayed on the screen). RightMargin100Pix is not scaled, it is the margin in 100% zooming. See also: |