共用方式為


SpaceNegotiatingAdornmentTag 類別

定義

表示空格交涉裝飾的標記。 標記可用來提供空間來定位檢視中的裝飾。

public ref class SpaceNegotiatingAdornmentTag : Microsoft::VisualStudio::Text::Tagging::ITag
[Windows::Foundation::Metadata::WebHostHidden]
class SpaceNegotiatingAdornmentTag : Microsoft::VisualStudio::Text::Tagging::ITag
public class SpaceNegotiatingAdornmentTag : Microsoft.VisualStudio.Text.Tagging.ITag
type SpaceNegotiatingAdornmentTag = class
    interface ITag
Public Class SpaceNegotiatingAdornmentTag
Implements ITag
繼承
SpaceNegotiatingAdornmentTag
實作

備註

和 等WidthTopSpace屬性中使用的單位,是在呈現技術中使用的單位。

建構函式

SpaceNegotiatingAdornmentTag(Double, Double, Double, Double, Double, PositionAffinity, Object, Object)

使用指定的屬性,初始化 的新實例 SpaceNegotiatingAdornmentTag

SpaceNegotiatingAdornmentTag(Double, Double, Double, Double, Double, PositionAffinity, Object, Object, Double)

使用指定的屬性,初始化 的新實例 SpaceNegotiatingAdornmentTag

屬性

Affinity

PositionAffinity取得空間交涉裝飾的 。

Baseline

取得空間交涉裝飾的基準。

BottomSpace

取得 中 ITextViewLine 文字底部與的Botton ITextViewLine之間所需的空間量。

IdentityTag

取得與空間交涉裝飾相關聯的唯一物件,供 使用 ITextViewLine。GetAdornmentBounds。

ProviderTag

取得可識別裝飾之提供者的唯一物件。

Ranking

取得裝飾專案排名 (做為系結斷器,以放置裝飾) 。

TextHeight

取得空格交涉裝飾之文字部分的高度。

TopSpace

取得 中 ITextViewLine 文字頂端與 頂端 ITextViewLine之間所需的空間量。

Width

取得裝飾的寬度。

適用於