Share via


PredefinedMarginNames.OuterTextViewTopBoundaryMargin Field

Definition

An invisible margin demarcating the top of the outer text view boundaries (text view + top margins which are considered to be part of the "outer" text view, such as Sticky Scroll margin).

public const string OuterTextViewTopBoundaryMargin;
val mutable OuterTextViewTopBoundaryMargin : string
Public Const OuterTextViewTopBoundaryMargin As String 

Field Value

Remarks

Some built-in Editor adornments (notably Quick Find adornment) are positioned relative to the top of the outer text view, so that they are drawn on top of margins considered to be part of the outer text view (such as Sticky Scroll margin). Margins placed in the Top margin container that prefer such behavior should order themselves after this margin:

[Order(After = PredefinedMarginNames.OuterTextViewTopBoundaryMargin)] // this margin is inside of the "outer" text view boundaries.

Applies to