OffsetHeight Property (original) (raw)
Summary
Gets or sets a value that indicate whether to offset the label from the bottom-left instead of top-left position.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool OffsetHeight { get; set; }
@property (nonatomic, assign) BOOL offsetHeight;
public boolean getOffsetHeight();
public void setOffsetHeight(boolean offsetHeight)
public:
property bool OffsetHeight
{
bool get()
void set(bool value)
}
Property Value
true to offset the label from the bottom-left instead of top-left position, otherwise; false. Default value is false.