Version

StyleInfo.MarginsInfo Class Members

The following tables list the members exposed by StyleInfo.MarginsInfo.

Public Constructors
 NameDescription
Public ConstructorStyleInfo.MarginsInfo ConstructorConstructor. Constructs a StyleInfo.MarginsInfo object with all of its dimensions set to StyleInfo.DimensionInfo.Auto.  
Public Properties
 NameDescription
Public PropertyBottomReturns the bottom margin.  
Public PropertyLeftReturns the left margin.  
Public PropertyRightReturns the right margin.  
Public PropertyTopReturns the top margin.  
Public Methods
 NameDescription
Public MethodEqualsOverridden. Returns true if the specified object is a MarginsInfo instance and contains the same margin values.  
Public MethodGetHashCodeOverridden. Returns the hash code.  
Public Methodstatic (Shared in Visual Basic)ParseParses the specified string to a MarginsInfo object. This method will throw an exception if the margins string is in incorrect format.  
Public MethodToStringOverridden. Returns the string representation of this MarginsInfo object.  
See Also