AdornerPlacementCollection.SizeRelativeToContentHeight Method (Double, Double, ViewItem)
Adds a placement term to this group that sizes the adorner panel relative to the content's height.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Sub SizeRelativeToContentHeight ( _
factor As Double, _
offset As Double, _
relativeTo As ViewItem _
)
public void SizeRelativeToContentHeight(
double factor,
double offset,
ViewItem relativeTo
)
public:
void SizeRelativeToContentHeight(
double factor,
double offset,
ViewItem^ relativeTo
)
member SizeRelativeToContentHeight :
factor:float *
offset:float *
relativeTo:ViewItem -> unit
public function SizeRelativeToContentHeight(
factor : double,
offset : double,
relativeTo : ViewItem
)
Parameters
- factor
Type: System.Double
A factor that is multiplied against the content's height.
- offset
Type: System.Double
An offset that is added to the result.
- relativeTo
Type: Microsoft.Windows.Design.Interaction.ViewItem
If provided, the size is relative to the element's height. This is an optional element.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AdornerPlacementCollection Class
SizeRelativeToContentHeight Overload
Microsoft.Windows.Design.Interaction Namespace
PrimarySelectionAdornerProvider