ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearMagnifierPopUpCtl Class / Center Property




In This Topic
    Center Property (ImGearMagnifierPopUpCtl)
    In This Topic
    Gets a popup center point.
    Syntax
    'Declaration
     
    Public ReadOnly Property Center As Point
    'Usage
     
    Dim instance As ImGearMagnifierPopUpCtl
    Dim value As Point
     
    value = instance.Center
    public Point Center {get;}
    public: __property Point get_Center();
    public:
    property Point Center {
       Point get();
    }

    Property Value

    System.Windows.Point value.
    Remarks
    Required to build geometric path in XAML file.
    See Also