Search
InteractiveObjectPresenter.AdjustmentHandleSize Property
See Also
 






Gets or sets the size of the adjustment handles, in pixels. This is a dependency property.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public double AdjustmentHandleSize { get; set; }

Visual Basic  Copy Code

Public Property AdjustmentHandleSize As Double

 Property Value

A double value.

 See Also