IAdornmentElement 介面
表示由一個裝飾組成的序列項目。
命名空間: Microsoft.VisualStudio.Text.Formatting
組件: Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)
語法
'宣告
Public Interface IAdornmentElement _
Inherits ISequenceElement
public interface IAdornmentElement : ISequenceElement
public interface class IAdornmentElement : ISequenceElement
type IAdornmentElement =
interface
interface ISequenceElement
end
public interface IAdornmentElement extends ISequenceElement
IAdornmentElement 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
Affinity | 取得裝飾的 PositionAffinity。 | |
Baseline | 取得裝飾文字頂端到的基準線之間的距離 (以邏輯像素) s ITextViewLine。 | |
BottomSpace | 取得保留中的文字下方的距離 (以邏輯像素) 量ITextViewLine。 | |
IdentityTag | 取得與這個裝飾相關聯的唯一識別項。 | |
ProviderTag | 取得與裝飾的提供者相關聯的唯一識別項。 | |
ShouldRenderText | 決定是否應該在 ITextViewLine 中呈現範圍中的文字。 (繼承自 ISequenceElement)。 | |
Span | 取得項目的 IMappingSpan。 (繼承自 ISequenceElement)。 | |
TextHeight | 取得裝飾文字的高度。 | |
TopSpace | 取得要在 ITextViewLine 中的文字頂端上方保留的空間量 (以邏輯像素為單位)。 | |
Width | 取得裝飾的寬度 (以邏輯像素為單位)。 |
回頁首