C# Class Microsoft.Windows.Controls.Ribbon.NativeMethods.MARGINS

Show file Open project: kasicass/kasicass

Public Properties

Property Type Description
cxLeftWidth int
cxRightWidth int
cyBottomHeight int
cyTopHeight int

Public Methods

Method Description
MARGINS ( System.Windows.Thickness t ) : System

Method Details

MARGINS() public method

public MARGINS ( System.Windows.Thickness t ) : System
t System.Windows.Thickness
return System

Property Details

cxLeftWidth public property

public int cxLeftWidth
return int

cxRightWidth public property

public int cxRightWidth
return int

cyBottomHeight public property

public int cyBottomHeight
return int

cyTopHeight public property

public int cyTopHeight
return int