The SizeToMarginConverter type exposes the following members.

Properties

  NameDescription
Public propertyBottomFactor
The scale factor from Size.Height to Thickness.Bottom. The default is 0 (no bottom margin).
Public propertyLeftFactor
The scale factor from Size.Width to Thickness.Left. The default is 0 (no left margin).
Public propertyRightFactor
The scale factor from Size.Width to Thickness.Right. The default is 0 (no right margin).
Public propertyTopFactor
The scale factor from Size.Height to Thickness.Top. The default is 0 (no top margin).

See Also