The Y coordinate of the baseline measured from the top edge of the rectangle exactly containing the character.
Syntax
Visual Basic (Declaration) | |
---|
Public Property YOffset As Integer |
C# | |
---|
public int YOffset {get; set;} |
C++/CLI | |
---|
public:
property int YOffset {
int get();
void set (int value);
} |
Return Value
The Y coordinate of the baseline measured from the top edge of the rectangle exactly containing the character.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also