Defines how to stretch the content in the available area.

Namespace: Ico.Windows.Controls
Assembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Stretch ContentStretch { get; set; }
Visual Basic
Public Property ContentStretch As Stretch
	Get
	Set
JScript
function get ContentStretch () : Stretch
function set ContentStretch (value : Stretch)

See Also