CustomEntryBuilder.StartFrame(UInt32, UInt32, UInt32, UInt32) Method

Definition

public System.Management.Automation.CustomEntryBuilder StartFrame (uint leftIndent = 0, uint rightIndent = 0, uint firstLineHanging = 0, uint firstLineIndent = 0);
member this.StartFrame : uint32 * uint32 * uint32 * uint32 -> System.Management.Automation.CustomEntryBuilder
Public Function StartFrame (Optional leftIndent As UInteger = 0, Optional rightIndent As UInteger = 0, Optional firstLineHanging As UInteger = 0, Optional firstLineIndent As UInteger = 0) As CustomEntryBuilder

Parameters

leftIndent
UInt32
rightIndent
UInt32
firstLineHanging
UInt32
firstLineIndent
UInt32

Returns

Applies to