TextEffect.PositionStart 属性
定义
获取或设置在文本中应用 TextEffect 的开始位置。Gets or sets the starting position in the text that the TextEffect applies to.
public:
property int PositionStart { int get(); void set(int value); };
public int PositionStart { get; set; }
member this.PositionStart : int with get, set
Public Property PositionStart As Integer
属性值
Int32 值,表示在文本中应用 TextEffect 的开始位置。The Int32 value representing the starting position in the text that the TextEffect applies to.
注解
依赖项属性信息Dependency Property Information
标识符字段Identifier field | PositionStartProperty |
元数据属性设置为 true Metadata properties set to true |
无None |