Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aspnet/Schedule/Customization.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Schedule - Customization
title: Customization in ASP.NET WebForms Schedule Control | Syncfusion
description: This section explains how to customize working hours, date, appointment window and their features of the Syncfusion ASP.NET Web Forms Schedule component.
platform: aspnet
control: schedule
documentation: ug
keywords: customization, work hours, appointment window, display hours, Query cell info
---
# Customization
# Customization in ASP.NET WebForms Schedule

The Scheduler can be customized in various aspects like -

Expand Down
12 changes: 6 additions & 6 deletions aspnet/Signature/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
layout: post
title: getting started
description: getting started
title: Getting Started with ASP.NET WebForms Signature Control | Syncfusion
description: Learn here about getting started with Syncfusion Essential ASP.NET WebForms Signature Control, its elements, and more.
platform: aspnet
control: Signature
documentation: ug
---

# Getting Started
# Getting Started with ASP.NET WebForms Signature

The Signature simplifies creation of a signature capture in a browser, allowing a user to draw a signature using mouse or touch.

This section helps to understand the getting started of the Signature widget with the step-by-step instructions. The following screenshot demonstrates the functionality of Signature widget.

![](getting_started_images\gettingstarted_img1.png)
![ASP.NET WebForms Signature getting started](getting_started_images\gettingstarted_img1.png)


## Creating your first Signature in ASP application
Expand All @@ -32,7 +32,7 @@ Initialize the corresponding Signature control in the ASPX page with the belo

Execute the code to render a Signature widget as follows.

![](getting_started_images\gettingstarted_img2.png)
![ASP.NET WebForms Signature ASP application](getting_started_images\gettingstarted_img2.png)


## Adjusting Signature Size
Expand All @@ -49,7 +49,7 @@ The following code example is used to render the Signature control with customiz

The following screenshot illustrates signature with customized width and height.

![](getting_started_images\gettingstarted_img3.png)
![ASP.NET WebForms Signature Adjusting Signature Size](getting_started_images\gettingstarted_img3.png)



Expand Down