AdornerPlacementCollection.SizeRelativeToAdornerDesiredWidth Method (Double, Double)

Adds a placement term that sizes the adorner panel relative to the adorner's desired width.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Sub SizeRelativeToAdornerDesiredWidth ( _
    factor As Double, _
    offset As Double _
)
public void SizeRelativeToAdornerDesiredWidth(
    double factor,
    double offset
)
public:
void SizeRelativeToAdornerDesiredWidth(
    double factor, 
    double offset
)
member SizeRelativeToAdornerDesiredWidth : 
        factor:float * 
        offset:float -> unit 
public function SizeRelativeToAdornerDesiredWidth(
    factor : double, 
    offset : double
)

Parameters

  • factor
    Type: System.Double
    A factor that is multiplied against the adorner's desired width.
  • offset
    Type: System.Double
    An offset that is added to the result.

.NET Framework Security

See Also

Reference

AdornerPlacementCollection Class

SizeRelativeToAdornerDesiredWidth Overload

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

PrimarySelectionAdornerProvider

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture