Version

MarginBase Class Members

The following tables list the members exposed by MarginBase.

Public Properties
 NameDescription
Public PropertyAfterAn array of string keys that represent the items after which the current item should be sorted.  
Public PropertyBeforeAn array of string keys that represent the items before which the current item should be sorted.  
Public PropertyKeyThe string key of the current item. This key will be referenced in the Before and After lists of other items.  
Public PropertyLocationReturns the location of the Margin within the EditorDocumentView (read only).  
Public Methods
 NameDescription
Public MethodCreatePresenterReturns an instance of the element that represents the Margin within the EditorDocumentView.  
Public MethodOnPresenterDiscardedCalled when the margin's associated presenter element is being discarded to give the margin an opportunity to cleanup any allocated resources.  
See Also