Specify which Font in the
Fonts Collection to apply to the Current
DicomLabel object.
public int FontIndex {get; set;}
public:
property int FontIndex {
int get();
void set ( int value);
}
'Declaration
Public Property FontIndex As Integer
'Usage
Dim instance As DicomLabel
Dim value As Integer
instance.FontIndex = value
value = instance.FontIndex
Target Platforms: .NET CLR 4.0 or higher