Menu

The following tables list the members exposed by the LayoutPath type.

Public Constructors

NameDescription
LayoutPath
Top

Public Fields

Public Properties

NameDescription
ActualCapacity Gets the computed Capacity.
CanFreeze(Inherited from Freezable)
Capacity Gets or sets the maximum number of items displayed on the LayoutPath.
DependencyObjectType(Inherited from DependencyObject)
Dispatcher(Inherited from DispatcherObject)
Distribution Gets or sets whether items are laid out evenly or with a fixed padding.
FillBehavior Gets or set the method to alter Span on an open path.
HasAnimatedProperties(Inherited from Animatable)
IsFrozen(Inherited from Freezable)
IsSealed(Inherited from DependencyObject)
IsValid Gets whether or not the SourceElement is valid in the context. A SourceElement is not valid if it is a descendant of the PathPanel in which it is used.
Orientation Gets or sets the orientation of the items.
Padding Gets or sets the distance in pixels along the arc length of the LayoutPath between two items.
SourceElement Gets or sets the element that defines the path.
Span Gets or sets the percentage of the LayoutPath that participates in layout.
Start Gets or sets the distance from the start of the LayoutPath to place the first item.
Top

Public Methods (see also Protected Methods)

NameDescription
ApplyAnimationClockOverloaded. (Inherited from Animatable)
BeginAnimationOverloaded. (Inherited from Animatable)
CheckAccess(Inherited from DispatcherObject)
ClearValueOverloaded. (Inherited from DependencyObject)
Clone(Inherited from Animatable)
CloneCurrentValue(Inherited from Freezable)
CoerceValue(Inherited from DependencyObject)
EqualsOverloaded. (Inherited from DependencyObject)
FreezeOverloaded. (Inherited from Freezable)
GetAnimationBaseValue(Inherited from Animatable)
GetAsFrozen(Inherited from Freezable)
GetCurrentValueAsFrozen(Inherited from Freezable)
GetHashCode(Inherited from DependencyObject)
GetLocalValueEnumerator(Inherited from DependencyObject)
GetType(Inherited from Object)
GetValue(Inherited from DependencyObject)
InvalidateProperty(Inherited from DependencyObject)
ReadLocalValue(Inherited from DependencyObject)
ReferenceEquals(Inherited from Object)
SetCurrentValue(Inherited from DependencyObject)
SetValueOverloaded. (Inherited from DependencyObject)
ShouldSerializeStoredWeakReference(Inherited from Animatable)
ToString(Inherited from Object)
VerifyAccess(Inherited from DispatcherObject)
Top

Protected Methods

NameDescription
CloneCore(Inherited from Freezable)
CloneCurrentValueCore(Inherited from Freezable)
CreateInstance(Inherited from Freezable)
CreateInstanceCore(Inherited from Freezable)
Finalize(Inherited from Object)
FreezeOverloaded. (Inherited from Freezable)
FreezeCore(Inherited from Animatable)
GetAsFrozenCore(Inherited from Freezable)
GetCurrentValueAsFrozenCore(Inherited from Freezable)
MemberwiseClone(Inherited from Object)
OnChanged(Inherited from Freezable)
OnFreezablePropertyChangedOverloaded. (Inherited from Freezable)
OnPropertyChanged(Inherited from Freezable)
ReadPreamble(Inherited from Freezable)
ShouldSerializeProperty(Inherited from DependencyObject)
WritePostscript(Inherited from Freezable)
WritePreamble(Inherited from Freezable)
Top

Public Events

NameDescription
Changed(Inherited from Freezable)
Top

See Also