←Select platform

Angle Property

Summary

Gets or sets the angle of the logo.

Syntax

C#
VB
Java
WinRT C#
C++
public double Angle { get; set; } 
Public Property Angle As Double 
public double Angle {get; set;} 
public double getAngle() 
public void setAngle(double angle) 
             
 <br/>get_Angle();<br/>set_Angle(value);<br/>Object.defineProperty('Angle');  
public:  
   property double Angle 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The angle of the logo.

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.Documents Assembly