←Select platform

OffsetHeight Property

Summary

Gets or sets a value that indicate whether to offset the label by its height during rendering.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool OffsetHeight { get; set; } 
Property OffsetHeight As Boolean 
bool OffsetHeight {get; set;} 
 @property (nonatomic) BOOL offsetHeight; 
boolean getOffsetHeight(); 
void setOffsetHeight(boolean offsetHeight); 
             
get_OffsetHeight(); 
set_OffsetHeight(value); 
Object.defineProperty('OffsetHeight');  
public:  
   property bool OffsetHeight 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to offset the label by its height during rendering, otherwise it is false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly