Class PdfViewerLineSettings
Inheritance
System.Object
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings
PdfViewerLineSettings
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerLineSettings : PdfViewerShapeSettings
Constructors
PdfViewerLineSettings()
Declaration
public PdfViewerLineSettings()
Properties
JsNamespace
Declaration
protected override string JsNamespace { get; set; }
Property Value
Type |
---|
System.String |
Overrides
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.JsNamespace
JsProperty
Declaration
protected override string JsProperty { get; set; }
Property Value
Type |
---|
System.String |
Overrides
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.JsProperty
LineHeadEndStyle
Defines the head end style of the line annotation. By default it is "".
Declaration
public virtual LineHeadStyle LineHeadEndStyle { get; set; }
Property Value
Type |
---|
LineHeadStyle |
LineHeadStartStyle
Defines the head end style of the line annotation. By default it is "".
Declaration
public virtual LineHeadStyle LineHeadStartStyle { get; set; }
Property Value
Type |
---|
LineHeadStyle |
MainParent
Declaration
protected override SfBaseComponent MainParent { get; set; }
Property Value
Type |
---|
SfBaseComponent |
Overrides
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.MainParent
SfTagIndex
Declaration
protected override int SfTagIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Overrides
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.SfTagIndex
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.PdfViewer.Internal.PdfViewerShapeSettings.OnParametersSetAsync()