'Declaration
Public Property HeaderFontWeight As FontWeight
'Usage
Dim instance As C1HeaderedContentControl Dim value As FontWeight instance.HeaderFontWeight = value value = instance.HeaderFontWeight
public FontWeight HeaderFontWeight {get; set;}
public: property FontWeight HeaderFontWeight { FontWeight get(); void set ( FontWeight value); }