Version

CustomMargins Property

Returns the collection of custom Margins displayed by each EditorDocumentView (read only).
Syntax
'Declaration
 
Public ReadOnly Property CustomMargins As ObservableCollection(Of MarginBase)
public ObservableCollection<MarginBase> CustomMargins {get;}
Remarks

Custom Margins are classes that derive from the abstract base class MarginBase. This collection only contains the custom Margins you create and add to the collection. The built-in Margins are created automatically by the control, and you can control whether or not they appear using their associated 'IsVisible' properties.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also