The TextRotate Property supports WPF/Silverlight.
The TextRotate Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the rotation value. This is a dependency property.Visual Basic (Declaration) | |
---|---|
Public Property TextRotate As AnnTextRotate |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnTextObject Dim value As AnnTextRotate instance.TextRotate = value value = instance.TextRotate |
C# | |
---|---|
public AnnTextRotate TextRotate {get; set;} |
C++/CLI | |
---|---|
public: property AnnTextRotate TextRotate { AnnTextRotate get(); void set ( AnnTextRotate value); } |
Property Value
An AnnTextRotate value that specifies how much and in which direction to rotate this IAnnText.For XAML example, refer to AnnGroupObject.
For C#/VB examples, refer to AnnTextObject.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)