The amount of extra space surrounding the content of this tile.
The content padding value is relative to the actual (unscaled) size of the content.
The padding will scale with the content if ContentStretch is set to Uniform or Fill.
Namespace: Ico.Windows.ControlsAssembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Thickness ContentPadding { get; set; } |
Visual Basic |
---|
Public Property ContentPadding As Thickness
Get
Set |
JScript |
---|
function get ContentPadding () : Thickness
function set ContentPadding (value : Thickness) |
See Also