Inset Constructor

Initializes a new instance of the Inset class.

  public Inset(
  int  
  left
  , 
  int  top, 
  int  right, 
  int  bottom
);

MCML Inline Syntax

  Inset
  ="
  left
  ,
  top
  ,
  right
  ,
  bottom
  "

Parameters

left

System.Int32.  The length of the left side.

top

System.Int32.  The length of the top side.

right

System.Int32.  The length of the right side.

bottom

System.Int32.  The length of the bottom side.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also