DeviceImageInformation.TextAlign Property (Microsoft.DirectX.DirectInput)

DWORD value that specifies the alignment of the text in the rectangle described by the RcCalloutRect member. Must be one horizontal alignment flag combined with one vertical alignment flag. This member is valid only if the DIDIFT_OVERLAY flag is present in DwFlags.

Definition

Visual Basic Public Property TextAlign As Integer
C# public int TextAlign { get; set; }
C++ public:
property int TextAlign {
        int get();
        void set(int value);
}
JScript public function get TextAlign() : int
public function set TextAlign(int);

Property Value

System.Int32

This property is read/write.