FrameworkElementFactory.NextSibling Property

Definition

Gets the next sibling factory.

public:
 property System::Windows::FrameworkElementFactory ^ NextSibling { System::Windows::FrameworkElementFactory ^ get(); };
public System.Windows.FrameworkElementFactory NextSibling { get; }
member this.NextSibling : System.Windows.FrameworkElementFactory
Public ReadOnly Property NextSibling As FrameworkElementFactory

Property Value

A FrameworkElementFactory that is the next sibling factory.

Applies to