Метод | Описание | |
---|---|---|
Clone ( ) : |
Creates a copy of this instance.
|
|
SetBackgroundBrush ( Brush value ) : void |
Sets the BackgroundBrush.
|
|
SetBaselineAlignment ( BaselineAlignment value ) : void |
Sets the BaselineAlignment.
|
|
SetCultureInfo ( CultureInfo value ) : void |
Sets the CultureInfo.
|
|
SetFontHintingEmSize ( double value ) : void |
Sets the FontHintingEmSize.
|
|
SetFontRenderingEmSize ( double value ) : void |
Sets the FontRenderingEmSize.
|
|
SetForegroundBrush ( Brush value ) : void |
Sets the ForegroundBrush.
|
|
SetNumberSubstitution ( NumberSubstitution value ) : void |
Sets the NumberSubstitution.
|
|
SetTextDecorations ( TextDecorationCollection value ) : void |
Sets the TextDecorations.
|
|
SetTextEffects ( TextEffectCollection value ) : void |
Sets the TextEffects.
|
|
SetTypeface ( Typeface value ) : void |
Sets the Typeface.
|
|
SetTypographyProperties ( TextRunTypographyProperties value ) : void |
Sets the TypographyProperties.
|
|
VisualLineElementTextRunProperties ( TextRunProperties textRunProperties ) : ICSharpCode.AvalonEdit.Utils |
Creates a new VisualLineElementTextRunProperties instance that copies its values from the specified textRunProperties. For the TextDecorations and TextEffects collections, deep copies are created if those collections are not frozen.
|
Метод | Описание | |
---|---|---|
ICloneable ( ) : object |
public Clone ( ) : |
||
Результат |
public SetBackgroundBrush ( Brush value ) : void | ||
value | Brush | |
Результат | void |
public SetBaselineAlignment ( BaselineAlignment value ) : void | ||
value | BaselineAlignment | |
Результат | void |
public SetCultureInfo ( CultureInfo value ) : void | ||
value | CultureInfo | |
Результат | void |
public SetFontHintingEmSize ( double value ) : void | ||
value | double | |
Результат | void |
public SetFontRenderingEmSize ( double value ) : void | ||
value | double | |
Результат | void |
public SetForegroundBrush ( Brush value ) : void | ||
value | Brush | |
Результат | void |
public SetNumberSubstitution ( NumberSubstitution value ) : void | ||
value | NumberSubstitution | |
Результат | void |
public SetTextDecorations ( TextDecorationCollection value ) : void | ||
value | TextDecorationCollection | |
Результат | void |
public SetTextEffects ( TextEffectCollection value ) : void | ||
value | TextEffectCollection | |
Результат | void |
public SetTypeface ( Typeface value ) : void | ||
value | Typeface | |
Результат | void |
public SetTypographyProperties ( TextRunTypographyProperties value ) : void | ||
value | TextRunTypographyProperties | |
Результат | void |
public VisualLineElementTextRunProperties ( TextRunProperties textRunProperties ) : ICSharpCode.AvalonEdit.Utils | ||
textRunProperties | TextRunProperties | |
Результат | ICSharpCode.AvalonEdit.Utils |