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

Exibir arquivo 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_oe property

public int cxLeftWidth
return int

cxRightWidth public_oe property

public int cxRightWidth
return int

cyBottomHeight public_oe property

public int cyBottomHeight
return int

cyTopHeight public_oe property

public int cyTopHeight
return int