C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that indicate whether to offset the label from the bottom-left instead of top-left position.
public bool OffsetHeight { get; set; }
Public Property OffsetHeight As Boolean
public bool OffsetHeight {get; set;}
@property (nonatomic) BOOL offsetHeight;
public boolean getOffsetHeight();
public void setOffsetHeight(boolean offsetHeight)
get_OffsetHeight();
set_OffsetHeight(value);
Object.defineProperty('OffsetHeight');
public:
property bool OffsetHeight
{
bool get()
void set(bool value)
}
true to offset the label from the bottom-left instead of top-left position, otherwise; false. Default value is false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET