StartOffsetMaximized Property
See Also 
SourceCode.Workflow.Design Namespace > ProcessViewLineLayoutData Class : StartOffsetMaximized Property



Glossary Item Box

This property gets and sets the start offset of the line relative to the line's start activity.

Syntax

Visual Basic (Declaration) 
Public Property StartOffsetMaximized As Point
Visual Basic (Usage)Copy Code
Dim instance As ProcessViewLineLayoutData
Dim value As Point
 
instance.StartOffsetMaximized = value
 
value = instance.StartOffsetMaximized
C# 
public Point StartOffsetMaximized {get; set;}
C++/CLI 
public:
property Point StartOffsetMaximized {
   Point get();
   void set (    Point value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also