Class SpanExtensions
Provides extensions for System.
Inheritance
System.Object
SpanExtensions
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public static class SpanExtensions
Fields
View SourceInlinesProperty
Identifies the Sartorius.
Declaration
public static readonly DependencyProperty InlinesProperty
Field Value
Type | Description |
---|---|
System. |
Methods
View SourceGetInlines(DependencyObject)
Gets the value of the Sartorius.
Declaration
[AttachedPropertyBrowsableForType(typeof(Span))]
public static InlineCollection GetInlines(DependencyObject element)
Parameters
Type | Name | Description |
---|---|---|
System. |
element | The element from which to read the property value. |
Returns
Type | Description |
---|---|
System. |
The value of the Sartorius. |
SetInlines(DependencyObject, InlineCollection)
Sets the value of the Sartorius.
Declaration
[AttachedPropertyBrowsableForType(typeof(Span))]
public static void SetInlines(DependencyObject element, InlineCollection value)
Parameters
Type | Name | Description |
---|---|---|
System. |
element | The element on which to set the attached property. |
System. |
value | The property value to set. |