←Select platform

OffsetHeight Property

Summary

Gets or sets a value that indicate whether to offset the label from the bottom-left instead of top-left position.

Syntax
C#
VB
Objective-C
C++
Java
public bool OffsetHeight { get; set; } 
Public Property OffsetHeight As Boolean 
@property (nonatomic) 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.

Requirements

Target Platforms

See Also

Reference

AnnLabel Class

AnnLabel Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly