TextSimpleMarkerProperties 类

定义

提供文本标记属性的泛型实现。

public ref class TextSimpleMarkerProperties : System::Windows::Media::TextFormatting::TextMarkerProperties
public class TextSimpleMarkerProperties : System.Windows.Media.TextFormatting.TextMarkerProperties
type TextSimpleMarkerProperties = class
    inherit TextMarkerProperties
Public Class TextSimpleMarkerProperties
Inherits TextMarkerProperties
继承
TextSimpleMarkerProperties

注解

文本标记是通常用于项目符号和自动编号的符号。 以下示例显示了 的所有不同表示形式 TextMarkerStyle

创建 TextSimpleMarkerProperties 对象时,可以创建与 枚举值 TextMarkerStyle关联的自定义文本标记。

构造函数

TextSimpleMarkerProperties(TextMarkerStyle, Double, Int32, TextParagraphProperties)

初始化 TextSimpleMarkerProperties 类的新实例。

属性

Offset

获取从行开头到文本标记符号末尾的距离。

TextSource

获取用于文本标记的文本运行的源。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅