←Select platform

Position Property

Summary
Gets or sets the position the line centered vertically as a percentage value of the total rectangle height.
Syntax
C#
Objective-C
C++/CLI
Java
public double Position { get; set; } 
@property (nonatomic, assign) double position; 
public double getPosition(); 
public void setPosition( 
   double doubleValue 
); 
public:  
   property double Position 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The position the line centered vertically as a percentage value of the total rectangle height.. Default value is 0.85 meaning 85%. This value must be between 0 and 1.

Requirements

Target Platforms

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

Leadtools.Annotations.Rendering.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.