ComponentOne Basic Library for WPF and Silverlight
FontWeight Property (C1RadialColorItem)


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

Reference

C1RadialColorItem Class
C1RadialColorItem Members