ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTGetNotateXpressLayerPasswordEventArgs Class / LayerName Property




In This Topic
    LayerName Property
    In This Topic
    Gets a layer name of the layer that needs a password.
    Syntax
    'Declaration
     
    Public ReadOnly Property LayerName As String
    'Usage
     
    Dim instance As ImGearARTGetNotateXpressLayerPasswordEventArgs
    Dim value As String
     
    value = instance.LayerName
    public string LayerName {get;}
    public: __property string* get_LayerName();
    public:
    property String^ LayerName {
       String^ get();
    }

    Property Value

    String value.
    See Also