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



Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property EndOffsetMaximized As Point
Visual Basic (Usage)Copy Code
Dim instance As ProcessViewLineLayoutData
Dim value As Point
 
instance.EndOffsetMaximized = value
 
value = instance.EndOffsetMaximized
C# 
public Point EndOffsetMaximized {get; set;}
C++/CLI 
public:
property Point EndOffsetMaximized {
   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