NoesisGUI

Run Class

An inline-level flow content element intended to contain a run of formatted or unformatted text.

Inheritance Hierarchy

Inline
Run

INDEX Class Hierarchy Index

Methods

From DependencyObject

Name Description
ClearAnimation Clears the animation value of a property
ClearAnimation Clears the animation value of a property
ClearLocalValue Clears the local value of a property The property to be cleared is specified by a DependencyProperty identifier
CoerceValue Coerces and validates the effective property value
CoerceValue Coerces and validates the effective property value
DependencyPropertyChanged Returns the PropertyChanged event
GetBaseValue Returns the base value without animation nor coerce (this never returns IExpression like GetLocalValue)
GetLocalValue Returns the local value of a dependency property, if it exists.
GetValue Returns the current effective value of a dependency property on this instance of a DependencyObject
GetValueObject Returns the current effective value of a dependency property on this instance of a DependencyObject as a boxed value
GetValueProvider Gets the provider that returns the effective value for the specified dependency property
HasAnimatedProperties Returns true if there is any animated property
InvalidateProperty Re-evaluates the effective value for the specified dependency property if necessary If null is passed, a full re-evaluation could be needed
IsCached Returns if the value is stored in the cache. If true, the priority is returned in the provider field
SetAnimation Sets the animated value of a property
SetCurrentValue Sets the current value of a dependency property. The current value is set on the coerce field, without modifying source or animated value
SetCurrentValueObject Sets the current value of a dependency property using a boxed value
SetExpression Sets the expression to be evaluated dynamically to obtain the value of the property
SetValue Sets the local value of a dependency property
SetValueObject Sets the local value of a dependency property using a boxed value

Properties

From Run


Name Description
DP Text Gets or sets the unformatted text contents of this text Run.
DP_ Dependency Property - RO_ Read only

From Inline


Name Description
RO NextInline Returns an Inline immediately following this one on the same level of siblings
RO PreviousInline Returns an Inline immediately preceding this one on the same level of siblings
RO SiblingInlines A collection of Inlines containing this one in its sequential tree. May return null if an element is not inserted into any tree.
DP_ Dependency Property - RO_ Read only

From TextElement


Name Description
DP Background Gets or sets the Brush used to fill the background of the content area
DP FontFamily Gets or sets the preferred top-level font family for the content of the element
DP FontSize Gets or sets the font size for the content of the element
DP FontStretch Gets or sets the font stretct for the content of the element
DP FontStyle Gets or sets the font style for the content of the element
DP FontWeight Gets or sets the top-level font weight for the content of the element
DP Foreground Gets or sets the Brush to apply to the content of the element
DP Stroke Gets or sets the Brush used to stroke the text
DP StrokeThickness Gets or sets the width (in pixels) of the text stroke
DP_ Dependency Property - RO_ Read only

Events

Run has no events

© 2017 Noesis Technologies