VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionAreaAppearanceManager Class / IsInitializing Property
Syntax Requirements SeeAlso
In This Topic
    IsInitializing Property (WpfInteractionAreaAppearanceManager)
    In This Topic
    Gets a value indicating whether the manager is initializing.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property IsInitializing As Boolean
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public bool IsInitializing { get; }
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public: __property bool get_IsInitializing();
    
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public:
    property bool IsInitializing { bool get(); }

    Property Value

    true - manager is initializing; false - manager is not initializing.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also