IXamlLineInfoConsumer.ShouldProvideLineInfo Property

Definition

Gets a value that determines whether a line information service should provide values and therefore, should also call SetLineInfo(Int32, Int32) when relevant.

public:
 property bool ShouldProvideLineInfo { bool get(); };
public bool ShouldProvideLineInfo { get; }
member this.ShouldProvideLineInfo : bool
Public ReadOnly Property ShouldProvideLineInfo As Boolean

Property Value

true if line information is used by the implementation; otherwise, false.

Applies to