IsFocusPointFixed Property (ImageViewer)
Gets or sets a value indicating whether the focus point is fixed relatively the client rectangle of the viewer.
[DefaultValue(True)]
[Category("VintaSoft")]
[Description("A value indicating whether the focus point is fixed relatively the client rectangle of the viewer.")]
public bool IsFocusPointFixed { get; set; }
[DefaultValue(True)]
[Category("VintaSoft")]
[Description("A value indicating whether the focus point is fixed relatively the client rectangle of the viewer.")]
public: __property bool get_IsFocusPointFixed();
public: __property void set_IsFocusPointFixed(
bool
);
Property Value
True - focus point is fixed relatively the client rectangle of the viewer, i.e. focus point changes according the
FocusPointAnchor during zooming and scrolling;
false - focus point is NOT fixed relatively the client rectangle of the viewer, i.e. focus point does NOT change during zooming and scrolling.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5