client/src/Iri.Modernisation.Controls/View/ProductionTimeLine/CustomableIndexElement.xaml.cs
changeset 35 43bb1b8ed555
parent 34 4d9ebc6fbbe8
equal deleted inserted replaced
34:4d9ebc6fbbe8 35:43bb1b8ed555
    13 namespace Iri.Modernisation.Controls.View
    13 namespace Iri.Modernisation.Controls.View
    14 {
    14 {
    15     public partial class CustomableIndexElement : UserControl
    15     public partial class CustomableIndexElement : UserControl
    16     {
    16     {
    17         
    17         
    18 
       
    19 
       
    20 
       
    21         public double TrimRight
    18         public double TrimRight
    22         {
    19         {
    23             get { return (double)GetValue(TrimRightProperty); }
    20             get { return (double)GetValue(TrimRightProperty); }
    24             set
    21             set
    25             {
    22             {