ZoomSettings Class

Zoom command settings.
Public Class ZoomSettings 
Inherits MovementSettingsBase
This language is not supported or no code example is available.
public class ZoomSettings : MovementSettingsBase
This language is not supported or no code example is available.
Name Description
Public property BorderXOR When true the border is drawn in XOR, otherwise it is drawn according to the BoxColor.
Public property BoxColor Gets or sets the zoom window box color.
Public property Enabled Gets or sets a value indicating whether the command is enabled. (inherited from MovementSettingsBase).
Public property FitLabels Gets or sets the zoom fit mode for labels. When true, approximates the zoom to try to include the labels.
Public property FitMargin Gets or sets the zoom fit margin.
Public property KeysStep Gets or sets the movement by keys step (in pixels). (inherited from MovementSettingsBase).
Public property MouseButton Mouse button and modifier key. (inherited from MovementSettingsBase).
Public property PerspectiveFitMode Gets or sets the zoom fit accuracy in perspective projection mode.
Public property ReverseMouseWheel Revertes the zoom by mouse wheel direction.
Public property Speed Gets or sets the Workspace.ZoomCamera speed.
Public property ZoomStyle Zoom mode, affects only zoom by mouse wheel.
Top
Methods
 
Name Description
Public method Clone()
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition