Anchor of the fixed element.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public Anchor FixedElementAnchor {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
 }
Visual Basic
Public Property FixedElementAnchor As Anchor
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Set

See Also