RevisionBarsPosition

RevisionOptions.RevisionBarsPosition property

Gets or sets rendering position of revision bars. Default value is Outside.

public HorizontalAlignment RevisionBarsPosition { get; set; }

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionValues of Center and Inside are not allowed.

See Also