←Select platform

RotateWithParent Property

Summary
Gets or sets a value that indicates whether to rotate the label when annotations viewer get rotated.
Syntax
C#
Objective-C
C++/CLI
Java
public bool RotateWithParent { get; set; } 
@property (nonatomic, assign) BOOL rotateWithParent; 
public boolean getRotateWithParent(); 
public void setRotateWithParent( 
   boolean booleanValue 
); 
public:  
   property bool RotateWithParent 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to rotate the label when annotations viewer get rotated false.

Remarks

This property is designed to work with object name label only.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.