Control.FontWeight Properti

Definisi

Mendapatkan atau mengatur ketebalan font yang ditentukan.

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

void FontWeight(FontWeight value);
public FontWeight FontWeight { get; set; }
var fontWeight = control.fontWeight;
control.fontWeight = fontWeight;
Public Property FontWeight As FontWeight
<control FontWeight="fontWeightMemberName"/>

Nilai Properti

Salah satu nilai yang menentukan ketebalan font yang ditentukan. Defaultnya adalah Normal.

Berlaku untuk