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

FontWeight Property (AnnPolyRulerObject)

Show in webframe





Gets or sets a value that indicates the relative weight of the typeface.
Syntax
public AnnFontWeight FontWeight {get; set;}
'Declaration
 
Public Property FontWeight As AnnFontWeight
'Usage
 
Dim instance As AnnPolyRulerObject
Dim value As AnnFontWeight
 
instance.FontWeight = value
 
value = instance.FontWeight

            

            
public:
property AnnFontWeight FontWeight {
   AnnFontWeight get();
   void set (    AnnFontWeight value);
}

Property Value

An AnnFontWeight value that specifies the relative weight of the typeface.
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.