LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

FontSize Property (AnnPolyRulerObject)

Show in webframe





Gets or sets a value that indicates the font size the text should be formatted at.
Syntax
public double FontSize {get; set;}
'Declaration
 
Public Property FontSize As Double
'Usage
 
Dim instance As AnnPolyRulerObject
Dim value As Double
 
instance.FontSize = value
 
value = instance.FontSize

            

            
public:
property double FontSize {
   double get();
   void set (    double value);
}

Property Value

A double value that specifies font size the text should be formatted at.
Remarks
For more information, refer to Using Text in WPF Annotation Objects.
Example

For XAML example, refer to AnnPolyRulerObject.

For C#/VB examples, refer to AnnPolyRulerObject.

Requirements

Target Platforms

See Also

Reference

AnnPolyRulerObject Class
AnnPolyRulerObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.