In This Topic
Specify which Font in the
Fonts Collection to apply to the Current
DicomLabel object.
Syntax
'Declaration
Public Property FontIndex As System.Integer
'Usage
Dim instance As DicomLabel
Dim value As System.Integer
instance.FontIndex = value
value = instance.FontIndex
public System.int FontIndex {get; set;}
public read-write property FontIndex: System.Integer;
public function get,set FontIndex : System.int
public: __property System.int get_FontIndex();
public: __property void set_FontIndex(
System.int value
);
public:
property System.int FontIndex {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also