Class ButtonLayoutOptions
Inheritance
System.Object
ButtonLayoutOptions
Namespace: PnP.Framework.Modernization.Transform
Assembly: PnP.Framework.dll
Syntax
public class ButtonLayoutOptions : object
Properties
ButtonTreatment
IconPositionType
LinesOfText
ShowDescription
Declaration
public bool ShowDescription { get; set; }
Property Value
System.Boolean
|
TextAlignmentHorizontal
Declaration
public ContentAlignment TextAlignmentHorizontal { get; set; }
Property Value
ContentAlignment
|
TextAlignmentVertical
Declaration
public ContentAlignment TextAlignmentVertical { get; set; }
Property Value
ContentAlignment
|