|
|
|
|
|
|
this._ellipsis = ellipsis; |
|
|
|
} |
|
|
|
|
|
|
|
public void releaseParagraph() { |
|
|
|
Paragraph.release(ref this._paragraph); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public float textScaleFactor { |
|
|
|
get { return this._textScaleFactor; } |
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this._textScaleFactor = value; |
|
|
|
this._paragraph = null; |
|
|
|
Paragraph.release(ref this._paragraph); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this._ellipsis = value; |
|
|
|
this._paragraph = null; |
|
|
|
Paragraph.release(ref this._paragraph); |
|
|
|
this._needsLayout = true; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this._text = value; |
|
|
|
this._paragraph = null; |
|
|
|
Paragraph.release(ref this._paragraph); |
|
|
|
this._needsLayout = true; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this._textDirection = value; |
|
|
|
this._paragraph = null; |
|
|
|
Paragraph.release(ref this._paragraph); |
|
|
|
this._layoutTemplate = null; |
|
|
|
this._needsLayout = true; |
|
|
|
} |
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this._textAlign = value; |
|
|
|
this._paragraph = null; |
|
|
|
Paragraph.release(ref this._paragraph); |
|
|
|
this._needsLayout = true; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this._maxLines = value; |
|
|
|
this._paragraph = null; |
|
|
|
Paragraph.release(ref this._paragraph); |
|
|
|
this._needsLayout = true; |
|
|
|
} |
|
|
|
} |
|
|
|