Interface IPageText
Text web part
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IPageText : ICanvasControl
Text web part
public interface IPageText : ICanvasControl
Flexible layout position of the control
ControlFlexLayoutPosition FlexibleLayoutPosition { get; set; }
ControlFlexLayoutPosition
|
Text used in page preview in news web part
string PreviewText { get; }
System.String
|
Text value of the client side text control
string Text { get; set; }
System.String
|
Builds Control attributes based on current settings, also used by pnpframework
void BuildControlData(float controlIndex)
System.Single
controlIndex
|