ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTMarkTemplates Class / Encryption Property




In This Topic
    Encryption Property
    In This Topic
    Gets or sets a Encryption mark to be used as a template when creating marks using the mouse.
    Syntax
    'Declaration
     
    Public Property Encryption As ImGearARTEncryption
    'Usage
     
    Dim instance As ImGearARTMarkTemplates
    Dim value As ImGearARTEncryption
     
    instance.Encryption = value
     
    value = instance.Encryption
    public ImGearARTEncryption Encryption {get; set;}
    public: __property ImGearARTEncryption* get_Encryption();
    public: __property void set_Encryption( 
       ImGearARTEncryption* value
    );
    public:
    property ImGearARTEncryption^ Encryption {
       ImGearARTEncryption^ get();
       void set (    ImGearARTEncryption^ value);
    }

    Property Value

    ImGearARTEncryption value.
    See Also