This is a migrated thread and some comments may be shown as answers.

FormElement

1 Answer 100 Views
Form
This is a migrated thread and some comments may be shown as answers.
Andrés David Santacoloma Isaza
Top achievements
Rank 1
Andrés David Santacoloma Isaza asked on 14 Apr 2010, 09:06 PM
Hola:

Según el tutorial del RadForm, para cambiar algunas propiedades del formulario, puedo utilizar estas instrucciones:

Me

 

 

.FormElement.ClientFillPrimitive.BackColor = Color.FromArgb(222, 222, 195)

 

Me

 

 

.FormElement.ClientFillPrimitive.BackColor2 = Color.FromArgb(169, 168, 132)

 

Me

 

 

.FormElement.ClientFillPrimitive.NumberOfColors = 2

 

Me

 

 

.FormElement.ClientFillPrimitive.GradientStyle = GradientStyles.Linear

Sin embargo la propiedad ClientFillPrimitive no aparece entre mis opciones y marca error.

Quisiera saber si hay que importar alguna librería para ello.

Gracias.

 

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 20 Apr 2010, 03:38 PM
Hello Andrés David Santacoloma Isaza,

The tutorial that you have referred to concerns an older version of RadForm. The current version of RadForm does not contain a FillPrimitive, so the ClientFillPrimitive property is not relevant. If you want to have a gradient background, you can place a RadPanel on the RadForm and set gradient style to it. We plan to update our Step-by-step tutorial soon.

I would kindly ask you to post your questions in English as this is the official language for support communication. Posting your questions in other languages will prevent us from assisting you.

Greetings,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Form
Asked by
Andrés David Santacoloma Isaza
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or