Gets or sets whether the screen space position of each string is aligned to a pixel.
Read-write property
[Visual Basic .NET] |
---|
Public Property AlignToPixel() As Boolean |
[C#] |
---|
public bool AlignToPixel {get; set;} |
[Managed C++] |
---|
public: __property bool get_AlignToPixel(); |
[Unmanaged C++] |
---|
public: HRESULT get_AlignToPixel( VARIANT_BOOL * pRetVal ); public: HRESULT put_AlignToPixel( VARIANT_BOOL AlignToPixel ); |
[Java] |
---|
public bool getAlignToPixel(); public void setAlignToPixel( bool ); |