ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayerArray Class / IsFixedSize Property




In This Topic
    IsFixedSize Property (ImGearLayerArray)
    In This Topic
    Gets a value indicating whether ImGearLayerArray array has a fixed size.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFixedSize As Boolean
    'Usage
     
    Dim instance As ImGearLayerArray
    Dim value As Boolean
     
    value = instance.IsFixedSize
    public bool IsFixedSize {get;}
    public: __property bool get_IsFixedSize();
    public:
    property bool IsFixedSize {
       bool get();
    }

    Property Value

    Boolean value.
    See Also