ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPFont Class / FontFamily Property




In This Topic
    FontFamily Property
    In This Topic
    Gets or sets font family name.
    Syntax
    'Declaration
     
    Public Property FontFamily As ImGearXMPString
    'Usage
     
    Dim instance As ImGearXMPFont
    Dim value As ImGearXMPString
     
    instance.FontFamily = value
     
    value = instance.FontFamily
    public ImGearXMPString FontFamily {get; set;}
    public: __property ImGearXMPString* get_FontFamily();
    public: __property void set_FontFamily( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ FontFamily {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImGearXMPString class value.
    See Also