Version

Corners Class Members

The following tables list the members exposed by Corners.

Public Constructors
 NameDescription
Public ConstructorCorners ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAllSets all corners at once.  
Public PropertyBottomLeftGets or sets the bottom-left corner.  
Public PropertyBottomRightGets or sets the bottom-right corner.  
Public PropertyHasAllGets whether all corners have been created.  
Public PropertyHasBottomLeftGets whether the bottom-left corner has been created.  
Public PropertyHasBottomRightGets whether the bottom-right corner has been created.  
Public PropertyHasTopLeftGets whether the top-left corner has been created.  
Public PropertyHasTopRightGets whether the top-right corner has been created.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public PropertyTopLeftGets or sets the top-left corner.  
Public PropertyTopRightGets or sets the top-right corner.  
Public Methods
 NameDescription
Public MethodSealMakes the instance immutable. Any attempts to modify properties or members will result in an exception. (Inherited from Infragistics.Documents.Reports.SealableBase)
See Also

View on GitHub