AdornerPlacementCollection.PositionRelativeToContentWidth Method (Double, Double, ViewItem)

Adds a placement term to this group that positions the adorner panel relative to the content's width.

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

Syntax

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

Parameters

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

.NET Framework Security

See Also

Reference

AdornerPlacementCollection Class

PositionRelativeToContentWidth Overload

Microsoft.Windows.Design.Interaction Namespace

AdornerPanel

PrimarySelectionAdornerProvider

Other Resources

Walkthrough: Creating a Design-time Adorner

Adorner Architecture