Freigeben über


Run.FlowDirection Eigenschaft

Definition

Ruft die Richtung ab, in die Text und andere Benutzeroberflächenelemente innerhalb des Run-Elements fließen, das ihr Layout steuert, oder legt diese fest.

public:
 property FlowDirection FlowDirection { FlowDirection get(); void set(FlowDirection value); };
FlowDirection FlowDirection();

void FlowDirection(FlowDirection value);
public FlowDirection FlowDirection { get; set; }
var flowDirection = run.flowDirection;
run.flowDirection = flowDirection;
Public Property FlowDirection As FlowDirection
<Run FlowDirection="LeftToRight"/>
-or-
<Run FlowDirection="RightToLeft"/>

Eigenschaftswert

Die Richtung, in die Text und andere Benutzeroberflächenelemente innerhalb des Run-Elements fließen. Der Standardwert ist LeftToRight.

Gilt für: