ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNodeList Class / IsFixedSize Property




In This Topic
    IsFixedSize Property (ImGearMetadataNodeList)
    In This Topic
    Gets a value indicating whether the List has a fixed size.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFixedSize As Boolean
    'Usage
     
    Dim instance As ImGearMetadataNodeList
    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