ArcFM Solution Developer Guide
FontWeight Property (Migrate)


Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property FontWeight As System.Windows.FontWeight
'Usage
 
Dim instance As Migrate
Dim value As System.Windows.FontWeight
 
instance.FontWeight = value
 
value = instance.FontWeight
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
public System.Windows.FontWeight FontWeight {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Migrate Class
Migrate Members

 

 


Send Comment