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